Trace number 3285616

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.07 1201.92

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
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: 12242
0.00/0.00	c setup for 4cores
0.00/0.13	c parsetime: 128382us
0.00/0.13	c parsed 477186 clauses with 95456 variables
0.00/0.16	c NW started thread 0 successfully (1111193920)
0.00/0.19	c NW started thread 1 successfully (1084848448)
0.00/0.23	c NW started thread 2 successfully (1121683776)
0.00/0.28	c NW started thread 3 successfully (1095338304)
27.62/7.16	c preprocessor returned 95456 variables
27.62/7.16	c preprocessing returned UNKNOWN
27.62/7.16	c PP set 30309 variables
27.62/7.16	c pp time: 6978058us (6s)
28.03/7.21	c preprocessor returned 95456 variables
28.03/7.21	c preprocessing returned UNKNOWN
28.03/7.21	c PP set 30309 variables
28.03/7.21	c pp time: 6947632us (6s)
28.03/7.21	c preprocessor returned 95456 variables
28.03/7.21	c preprocessing returned UNKNOWN
28.03/7.21	c PP set 30309 variables
28.03/7.21	c pp time: 7001470us (7s)
28.03/7.24	c preprocessor returned 95456 variables
28.03/7.24	c preprocessing returned UNKNOWN
28.03/7.24	c PP set 30309 variables
28.03/7.24	c pp time: 6939732us (6s)
32.02/8.26	c HTE
38.83/9.98	c subsumption
46.41/11.88	c simplified formula contains 0 unit clauses
46.41/11.89	c received clause contains eliminated literal 22953
57.18/14.52	c HTE
59.59/15.15	c subsumption
66.77/16.96	c simplified formula contains 0 unit clauses
66.77/16.97	c received clause contains eliminated literal -22940
69.58/17.63	c HTE
74.39/18.81	c subsumption
78.38/19.83	c simplified formula contains 0 unit clauses
81.56/20.62	c received clause contains eliminated literal -19131
107.12/27.10	c HTE
109.91/27.77	c subsumption
147.47/37.17	c simplified formula contains 0 unit clauses
280.50/70.43	c HTE
286.47/71.98	c subsumption
399.91/100.35	c added unsatisfied clause
399.91/100.35	c failed to add network clauses
521.76/130.81	c simplified formula contains 0 unit clauses
524.15/131.48	c HTE
526.56/132.08	c subsumption
576.47/144.56	c simplified formula contains 0 unit clauses
683.92/171.44	c HTE
686.72/172.12	c subsumption
921.60/230.94	c simplified formula contains 0 unit clauses
1117.73/280.04	c received clause contains eliminated literal 87739
1323.83/331.63	c added unsatisfied clause
1323.83/331.63	c failed to add network clauses
2356.37/590.17	c HTE
2374.73/594.77	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-3285616-1304048232/watcher-3285616-1304048232 -o /tmp/evaluation-result-3285616-1304048232/solver-3285616-1304048232 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3285616-1304048232.cnf 1164987504 4800 15500 4 

running on 4 cores: 0,2,4,6

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: 8.00 8.00 7.91 5/182 12241
/proc/meminfo: memFree=21543668/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0

[startup+0.0540419 s]
/proc/loadavg: 8.00 8.00 7.91 5/182 12241
/proc/meminfo: memFree=21543668/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101033 s]
/proc/loadavg: 8.00 8.00 7.91 5/182 12241
/proc/meminfo: memFree=21543668/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301038 s]
/proc/loadavg: 8.00 8.00 7.91 5/182 12241
/proc/meminfo: memFree=21543668/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.715927 s]
/proc/loadavg: 8.00 8.00 7.91 5/182 12241
/proc/meminfo: memFree=21543668/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50077 s]
/proc/loadavg: 8.00 8.00 7.91 9/188 12247
/proc/meminfo: memFree=21282964/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=501508 CPUtime=5.27 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 111872 0 0 0 497 30 0 0 18 0 5 0 516422868 513544192 63936 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 125377 63936 350 389 0 121127 0
[pid=12242/tid=12244] ppid=12241 vsize=501508 CPUtime=1.3 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 23015 0 0 0 124 6 0 0 19 0 5 0 516422885 513544192 63936 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=501508 CPUtime=1.26 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 22064 0 0 0 120 6 0 0 19 0 5 0 516422888 513544192 63936 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=501508 CPUtime=1.23 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 21830 0 0 0 117 6 0 0 19 0 5 0 516422892 513544192 63936 33554432000 4194304 5787044 140736480209792 18446744073709551615 4335986 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=501508 CPUtime=1.18 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 21657 0 0 0 111 7 0 0 19 0 5 0 516422897 513544192 63936 33554432000 4194304 5787044 140736480209792 18446744073709551615 208079929982 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 510208

[startup+3.10047 s]
/proc/loadavg: 8.08 8.02 7.91 9/188 12247
/proc/meminfo: memFree=21275024/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=497772 CPUtime=11.65 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 116006 0 0 0 1133 32 0 0 18 0 5 0 516422868 509718528 67136 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 124443 67136 352 389 0 120193 0
[pid=12242/tid=12244] ppid=12241 vsize=497772 CPUtime=2.9 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 24554 0 0 0 283 7 0 0 22 0 5 0 516422885 509718528 67136 33554432000 4194304 5787044 140736480209792 18446744073709551615 4276224 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=497772 CPUtime=2.85 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 22577 0 0 0 278 7 0 0 22 0 5 0 516422888 509718528 67136 33554432000 4194304 5787044 140736480209792 18446744073709551615 4278488 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=497772 CPUtime=2.83 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 22343 0 0 0 276 7 0 0 22 0 5 0 516422892 509718528 67136 33554432000 4194304 5787044 140736480209792 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=497772 CPUtime=2.78 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 23226 0 0 0 271 7 0 0 22 0 5 0 516422897 509718528 67136 33554432000 4194304 5787044 140736480209792 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 506472

[startup+6.30086 s]
/proc/loadavg: 8.08 8.02 7.91 9/188 12247
/proc/meminfo: memFree=21274660/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=497772 CPUtime=24.44 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 118244 0 0 0 2411 33 0 0 18 0 5 0 516422868 509718528 69374 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 124443 69374 353 389 0 120193 0
[pid=12242/tid=12244] ppid=12241 vsize=497772 CPUtime=6.09 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 26792 0 0 0 602 7 0 0 25 0 5 0 516422885 509718528 69374 33554432000 4194304 5787044 140736480209792 18446744073709551615 208079899650 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=497772 CPUtime=6.03 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 22577 0 0 0 596 7 0 0 25 0 5 0 516422888 509718528 69374 33554432000 4194304 5787044 140736480209792 18446744073709551615 4335752 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=497772 CPUtime=6.03 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 22343 0 0 0 596 7 0 0 25 0 5 0 516422892 509718528 69374 33554432000 4194304 5787044 140736480209792 18446744073709551615 18446744073699066094 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=497772 CPUtime=5.98 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 23226 0 0 0 591 7 0 0 25 0 5 0 516422897 509718528 69374 33554432000 4194304 5787044 140736480209792 18446744073709551615 208079888341 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 506472

[startup+12.7006 s]
/proc/loadavg: 8.07 8.02 7.91 9/188 12248
/proc/meminfo: memFree=21184244/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=517936 CPUtime=50 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 168432 0 0 0 4957 43 0 0 18 0 5 0 516422868 530366464 89988 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 129484 89988 418 389 0 125234 0
[pid=12242/tid=12244] ppid=12241 vsize=517936 CPUtime=12.49 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 34933 0 0 0 1241 8 0 0 25 0 5 0 516422885 530366464 89988 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220902 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=517936 CPUtime=12.4 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 35950 0 0 0 1230 10 0 0 25 0 5 0 516422888 530366464 89988 33554432000 4194304 5787044 140736480209792 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=517936 CPUtime=12.42 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 33331 0 0 0 1232 10 0 0 25 0 5 0 516422892 530366464 89988 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=517936 CPUtime=12.38 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 40912 0 0 0 1228 10 0 0 25 0 5 0 516422897 530366464 89988 33554432000 4194304 5787044 140736480209792 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 526636

[startup+25.5012 s]
/proc/loadavg: 8.06 8.02 7.91 9/188 12248
/proc/meminfo: memFree=21161160/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=583472 CPUtime=101.13 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 188324 0 0 0 10066 47 0 0 18 0 5 0 516422868 597475328 95657 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 145868 95657 418 389 0 141618 0
[pid=12242/tid=12244] ppid=12241 vsize=583472 CPUtime=25.3 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 36342 0 0 0 2521 9 0 0 25 0 5 0 516422885 597475328 95657 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=583472 CPUtime=25.12 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 37949 0 0 0 2502 10 0 0 25 0 5 0 516422888 597475328 95657 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=583472 CPUtime=25.22 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 34176 0 0 0 2512 10 0 0 25 0 5 0 516422892 597475328 95657 33554432000 4194304 5787044 140736480209792 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=583472 CPUtime=25.18 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 56551 0 0 0 2505 13 0 0 25 0 5 0 516422897 597475328 95657 33554432000 4194304 5787044 140736480209792 18446744073709551615 5524636 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 592172

[startup+51.1003 s]
/proc/loadavg: 8.04 8.02 7.91 9/188 12249
/proc/meminfo: memFree=21096248/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=728956 CPUtime=203.39 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 210723 0 0 0 20287 52 0 0 18 0 5 0 516422868 746450944 110605 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 182239 110605 418 389 0 177989 0
[pid=12242/tid=12244] ppid=12241 vsize=728956 CPUtime=50.89 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 39847 0 0 0 5080 9 0 0 25 0 5 0 516422885 746450944 110605 33554432000 4194304 5787044 140736480209792 18446744073709551615 4238578 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=728956 CPUtime=50.59 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 41544 0 0 0 5048 11 0 0 25 0 5 0 516422888 746450944 110605 33554432000 4194304 5787044 140736480209792 18446744073709551615 4227968 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=728956 CPUtime=50.82 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 38832 0 0 0 5070 12 0 0 25 0 5 0 516422892 746450944 110605 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=728956 CPUtime=50.78 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 67194 0 0 0 5063 15 0 0 25 0 5 0 516422897 746450944 110605 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220925 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.39
Current children cumulated vsize (KiB) 737656

[startup+102.301 s]
/proc/loadavg: 8.09 8.03 7.92 9/188 12250
/proc/meminfo: memFree=20889112/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=826240 CPUtime=407.93 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 254664 0 0 0 40724 69 0 0 18 0 5 0 516422868 846069760 147084 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 206560 147084 418 389 0 202310 0
[pid=12242/tid=12244] ppid=12241 vsize=826240 CPUtime=102.09 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 47899 0 0 0 10196 13 0 0 25 0 5 0 516422885 846069760 147084 33554432000 4194304 5787044 140736480209792 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=826240 CPUtime=101.51 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 54004 0 0 0 10135 16 0 0 25 0 5 0 516422888 846069760 147084 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=826240 CPUtime=102.02 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 46897 0 0 0 10187 15 0 0 25 0 5 0 516422892 846069760 147084 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220862 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=826240 CPUtime=101.99 cores=0,2,4,6

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

/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 154423 0 0 0 82077 54 0 0 25 0 5 0 516422888 2269560832 480469 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2216368 CPUtime=820.15 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 110557 0 0 0 81974 41 0 0 25 0 5 0 516422892 2269560832 480469 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220290 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2216368 CPUtime=822 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169200 0 0 0 82153 47 0 0 25 0 5 0 516422897 2269560832 480469 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.85
Current children cumulated vsize (KiB) 2225068

[startup+882.306 s]
/proc/loadavg: 8.06 8.06 7.98 9/188 12304
/proc/meminfo: memFree=19354860/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2425740 CPUtime=3523.55 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 660044 0 0 0 352133 222 0 0 18 0 5 0 516422868 2483957760 539424 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 606435 539424 418 389 0 602185 0
[pid=12242/tid=12244] ppid=12241 vsize=2425740 CPUtime=879.75 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 164324 0 0 0 87919 56 0 0 25 0 5 0 516422885 2483957760 539424 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2425740 CPUtime=881.32 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 178422 0 0 0 88072 60 0 0 25 0 5 0 516422888 2483957760 539424 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2425740 CPUtime=880.16 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 124769 0 0 0 87964 52 0 0 25 0 5 0 516422892 2483957760 539424 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2425740 CPUtime=882.01 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169223 0 0 0 88153 48 0 0 25 0 5 0 516422897 2483957760 539424 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336977 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.55
Current children cumulated vsize (KiB) 2434440

[startup+942.301 s]
/proc/loadavg: 8.06 8.06 7.98 9/188 12305
/proc/meminfo: memFree=19193380/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2446364 CPUtime=3763.18 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 678873 0 0 0 376089 229 0 0 18 0 5 0 516422868 2505076736 558192 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 611591 558192 418 389 0 607341 0
[pid=12242/tid=12244] ppid=12241 vsize=2446364 CPUtime=939.43 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 170581 0 0 0 93884 59 0 0 25 0 5 0 516422885 2505076736 558192 33554432000 4194304 5787044 140736480209792 18446744073709551615 4221250 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2446364 CPUtime=941.29 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 184825 0 0 0 94067 62 0 0 25 0 5 0 516422888 2505076736 558192 33554432000 4194304 5787044 140736480209792 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2446364 CPUtime=940.16 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 130917 0 0 0 93960 56 0 0 25 0 5 0 516422892 2505076736 558192 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2446364 CPUtime=942 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169244 0 0 0 94152 48 0 0 25 0 5 0 516422897 2505076736 558192 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.18
Current children cumulated vsize (KiB) 2455064

[startup+1002.3 s]
/proc/loadavg: 8.20 8.09 8.00 9/188 12307
/proc/meminfo: memFree=19163200/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2446364 CPUtime=4002.74 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 683114 0 0 0 400042 232 0 0 18 0 5 0 516422868 2505076736 562289 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 611591 562289 418 389 0 607341 0
[pid=12242/tid=12244] ppid=12241 vsize=2446364 CPUtime=999.05 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 173487 0 0 0 99844 61 0 0 25 0 5 0 516422885 2505076736 562289 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220906 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2446364 CPUtime=1001.28 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 185342 0 0 0 100066 62 0 0 25 0 5 0 516422888 2505076736 562289 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2446364 CPUtime=1000.11 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 131730 0 0 0 99955 56 0 0 25 0 5 0 516422892 2505076736 562289 33554432000 4194304 5787044 140736480209792 18446744073709551615 4254925 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2446364 CPUtime=1002 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169249 0 0 0 100152 48 0 0 25 0 5 0 516422897 2505076736 562289 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336794 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.74
Current children cumulated vsize (KiB) 2455064

[startup+1062.3 s]
/proc/loadavg: 8.14 8.09 8.00 9/188 12309
/proc/meminfo: memFree=19139984/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2446364 CPUtime=4242.42 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 683117 0 0 0 424010 232 0 0 18 0 5 0 516422868 2505076736 562292 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 611591 562292 418 389 0 607341 0
[pid=12242/tid=12244] ppid=12241 vsize=2446364 CPUtime=1058.72 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 173487 0 0 0 105811 61 0 0 25 0 5 0 516422885 2505076736 562292 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2446364 CPUtime=1061.28 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 185345 0 0 0 106066 62 0 0 25 0 5 0 516422888 2505076736 562292 33554432000 4194304 5787044 140736480209792 18446744073709551615 4228797 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2446364 CPUtime=1060.11 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 131730 0 0 0 105955 56 0 0 25 0 5 0 516422892 2505076736 562292 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2446364 CPUtime=1062 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169249 0 0 0 106152 48 0 0 25 0 5 0 516422897 2505076736 562292 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 2455064

[startup+1122.3 s]
/proc/loadavg: 8.12 8.09 8.00 9/188 12310
/proc/meminfo: memFree=19063968/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2524704 CPUtime=4482.09 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 700339 0 0 0 447964 245 0 0 18 0 5 0 516422868 2585296896 579514 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 631176 579514 418 389 0 626926 0
[pid=12242/tid=12244] ppid=12241 vsize=2524704 CPUtime=1118.4 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 173493 0 0 0 111779 61 0 0 25 0 5 0 516422885 2585296896 579514 33554432000 4194304 5787044 140736480209792 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2524704 CPUtime=1121.28 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 191729 0 0 0 112063 65 0 0 25 0 5 0 516422888 2585296896 579514 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2524704 CPUtime=1120.11 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 142547 0 0 0 111945 66 0 0 25 0 5 0 516422892 2585296896 579514 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2524704 CPUtime=1122 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169264 0 0 0 112152 48 0 0 25 0 5 0 516422897 2585296896 579514 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.09
Current children cumulated vsize (KiB) 2533404

[startup+1182.3 s]
/proc/loadavg: 8.04 8.07 8.00 9/188 12312
/proc/meminfo: memFree=18813176/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2659888 CPUtime=4721.76 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 725290 0 0 0 471917 259 0 0 18 0 5 0 516422868 2723725312 604465 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 664972 604465 418 389 0 660722 0
[pid=12242/tid=12244] ppid=12241 vsize=2659888 CPUtime=1178.07 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 190978 0 0 0 117737 70 0 0 25 0 5 0 516422885 2723725312 604465 33554432000 4194304 5787044 140736480209792 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2659888 CPUtime=1181.27 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 196623 0 0 0 118060 67 0 0 25 0 5 0 516422888 2723725312 604465 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220674 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2659888 CPUtime=1180.11 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 145097 0 0 0 117942 69 0 0 25 0 5 0 516422892 2723725312 604465 33554432000 4194304 5787044 140736480209792 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2659888 CPUtime=1182.01 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169286 0 0 0 118153 48 0 0 25 0 5 0 516422897 2723725312 604465 33554432000 4194304 5787044 140736480209792 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 2668588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.03 8.06 8.00 9/188 12312
/proc/meminfo: memFree=18755276/32950928 swapFree=67111364/67111528
[pid=12241] ppid=12239 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/12241/stat : 12241 (prissAuto.sh) S 12239 12241 10480 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516422868 8908800 252 33554432000 4194304 4922060 140734491192976 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/12241/statm: 2175 252 211 178 0 68 0
[pid=12242] ppid=12241 vsize=2729588 CPUtime=4800.07 cores=0,2,4,6
/proc/12242/stat : 12242 (priss) S 12241 12241 10480 0 -1 4202496 739329 0 0 0 479739 268 0 0 18 0 5 0 516422868 2795098112 618504 33554432000 4194304 5787044 140736480209792 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/12242/statm: 682397 618504 418 389 0 678147 0
[pid=12242/tid=12244] ppid=12241 vsize=2729588 CPUtime=1197.56 cores=0,2,4,6
/proc/12242/task/12244/stat : 12244 (priss) R 12241 12241 10480 0 -1 4202560 198843 0 0 0 119680 76 0 0 25 0 5 0 516422885 2795098112 618506 33554432000 4194304 5787044 140736480209792 18446744073709551615 4220362 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=12242/tid=12245] ppid=12241 vsize=2729588 CPUtime=1200.88 cores=0,2,4,6
/proc/12242/task/12245/stat : 12245 (priss) R 12241 12241 10480 0 -1 4202560 199482 0 0 0 120020 68 0 0 25 0 5 0 516422888 2795098112 618506 33554432000 4194304 5787044 140736480209792 18446744073709551615 208079929099 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=12242/tid=12246] ppid=12241 vsize=2729588 CPUtime=1199.72 cores=0,2,4,6
/proc/12242/task/12246/stat : 12246 (priss) R 12241 12241 10480 0 -1 4202560 148395 0 0 0 119901 71 0 0 25 0 5 0 516422892 2795098112 618506 33554432000 4194304 5787044 140736480209792 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=12242/tid=12247] ppid=12241 vsize=2729588 CPUtime=1201.61 cores=0,2,4,6
/proc/12242/task/12247/stat : 12247 (priss) R 12241 12241 10480 0 -1 4202560 169305 0 0 0 120113 48 0 0 25 0 5 0 516422897 2795098112 618506 33554432000 4194304 5787044 140736480209792 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2738288

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 12241 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.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.07
CPU user time (s): 4797.39
CPU system time (s): 2.68
CPU usage (%): 399.368
Max. virtual memory (cumulated for all children) (KiB): 2738288

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= 6
involuntary context switches= 3

runsolver used 2.05269 second user time and 4.50331 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 05:37:12
IDJOB=3285616
IDBENCH=82390
IDSOLVER=1602
FILE ID=node127/3285616-1304048232
RUNJOBID= node127-1304044555-11813
PBS_JOBID= 13170372
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1164987504

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21543948 kB
Buffers:       1381788 kB
Cached:        4790648 kB
SwapCached:          0 kB
Active:        6516444 kB
Inactive:      4406376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21543948 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            9764 kB
Writeback:           0 kB
AnonPages:     4750216 kB
Mapped:          15616 kB
Slab:           409784 kB
PageTables:      14196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5238220 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= 71628 MiB
End job on node127 at 2011-04-29 05:57:16