Trace number 3285617

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.21 1208.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: 20748
0.00/0.13	c parsetime: 128727us
0.00/0.13	c parsed 477186 clauses with 95456 variables
0.00/0.16	c NW started thread 0 successfully (1100310848)
0.00/0.19	c NW started thread 1 successfully (1110800704)
0.00/0.24	c NW started thread 2 successfully (1121290560)
0.00/0.29	c NW started thread 3 successfully (1085266240)
27.39/7.48	c preprocessor returned 95456 variables
27.39/7.48	c preprocessing returned UNKNOWN
27.39/7.48	c PP set 30309 variables
27.39/7.48	c pp time: 7167478us (7s)
27.39/7.48	c preprocessor returned 95456 variables
27.39/7.48	c preprocessing returned UNKNOWN
27.39/7.48	c PP set 30309 variables
27.39/7.48	c pp time: 7161159us (7s)
27.39/7.49	c preprocessor returned 95456 variables
27.39/7.49	c preprocessing returned UNKNOWN
27.39/7.49	c PP set 30309 variables
27.39/7.49	c pp time: 7181957us (7s)
27.79/7.56	c preprocessor returned 95456 variables
27.79/7.56	c preprocessing returned UNKNOWN
27.79/7.56	c PP set 30309 variables
27.79/7.56	c pp time: 7377515us (7s)
31.38/8.48	c HTE
38.17/10.13	c subsumption
44.96/11.88	c simplified formula contains 0 unit clauses
48.16/12.65	c HTE
55.75/14.52	c subsumption
63.36/16.46	c simplified formula contains 0 unit clauses
66.94/17.39	c added unsatisfied clause
66.94/17.39	c failed to add network clauses
72.15/18.66	c HTE
78.92/20.31	c subsumption
83.72/21.57	c simplified formula contains 0 unit clauses
83.72/21.58	c received clause contains eliminated literal -19129
114.08/29.15	c HTE
116.50/29.76	c subsumption
126.46/32.20	c simplified formula contains 0 unit clauses
126.46/32.21	c received clause contains eliminated literal -30562
126.46/32.21	c received clause contains eliminated literal -30576
139.65/35.57	c added unsatisfied clause
139.65/35.57	c failed to add network clauses
148.43/38.07	c received clause contains eliminated literal -19153
170.84/45.46	c HTE
172.80/46.05	c subsumption
260.67/68.07	c simplified formula contains 0 unit clauses
477.25/124.71	c HTE
479.64/125.39	c subsumption
1450.05/370.05	c simplified formula contains 0 unit clauses
1450.05/370.08	c received clause contains eliminated literal -22964
1477.62/376.92	c HTE
1616.20/411.66	c subsumption
1676.91/426.80	c simplified formula contains 0 unit clauses
2432.92/616.16	c received clause contains eliminated literal -30562
2774.76/701.71	c HTE
2918.87/737.84	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-3285617-1304050076/watcher-3285617-1304050076 -o /tmp/evaluation-result-3285617-1304050076/solver-3285617-1304050076 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3285617-1304050076.cnf 672377749 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: 10.39 9.21 8.51 2/171 20747
/proc/meminfo: memFree=20690508/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0

[startup+0.0798479 s]
/proc/loadavg: 10.39 9.21 8.51 2/171 20747
/proc/meminfo: memFree=20690508/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100844 s]
/proc/loadavg: 10.39 9.21 8.51 2/171 20747
/proc/meminfo: memFree=20690508/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306025 s]
/proc/loadavg: 10.39 9.21 8.51 2/171 20747
/proc/meminfo: memFree=20690508/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700699 s]
/proc/loadavg: 10.39 9.21 8.51 2/171 20747
/proc/meminfo: memFree=20690508/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 10.43 9.24 8.53 5/177 20753
/proc/meminfo: memFree=20330992/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=524928 CPUtime=3.9 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 108752 0 0 0 337 53 0 0 18 0 5 0 516607283 537526272 71775 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 131232 71775 349 389 0 126982 0
[pid=20748/tid=20750] ppid=20747 vsize=524928 CPUtime=1.12 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 22543 0 0 0 96 16 0 0 19 0 5 0 516607299 537526272 71775 33554432000 4194304 5787044 140735564399968 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=524928 CPUtime=0.85 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 20301 0 0 0 76 9 0 0 18 0 5 0 516607302 537526272 71775 33554432000 4194304 5787044 140735564399968 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=524928 CPUtime=0.83 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 22513 0 0 0 71 12 0 0 18 0 5 0 516607307 537526272 71775 33554432000 4194304 5787044 140735564399968 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=524928 CPUtime=0.79 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 21028 0 0 0 68 11 0 0 18 0 5 0 516607312 537526272 71775 33554432000 4194304 5787044 140735564399968 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 533628

[startup+3.10128 s]
/proc/loadavg: 10.43 9.24 8.53 5/177 20753
/proc/meminfo: memFree=20422676/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=521192 CPUtime=10.29 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 114605 0 0 0 975 54 0 0 18 0 5 0 516607283 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 130298 69947 352 389 0 126048 0
[pid=20748/tid=20750] ppid=20747 vsize=521192 CPUtime=2.73 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 24333 0 0 0 256 17 0 0 22 0 5 0 516607299 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=521192 CPUtime=2.45 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 21838 0 0 0 236 9 0 0 21 0 5 0 516607302 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=521192 CPUtime=2.43 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 23894 0 0 0 230 13 0 0 21 0 5 0 516607307 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=521192 CPUtime=2.39 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 22173 0 0 0 228 11 0 0 21 0 5 0 516607312 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.29
Current children cumulated vsize (KiB) 529892

[startup+6.30072 s]
/proc/loadavg: 10.43 9.24 8.53 5/177 20754
/proc/meminfo: memFree=20429012/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=521192 CPUtime=23.07 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 114605 0 0 0 2253 54 0 0 18 0 5 0 516607283 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 130298 69947 352 389 0 126048 0
[pid=20748/tid=20750] ppid=20747 vsize=521192 CPUtime=5.93 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 24333 0 0 0 576 17 0 0 25 0 5 0 516607299 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=521192 CPUtime=5.63 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 21838 0 0 0 554 9 0 0 25 0 5 0 516607302 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=521192 CPUtime=5.63 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 23894 0 0 0 550 13 0 0 25 0 5 0 516607307 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4279083 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=521192 CPUtime=5.59 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 22173 0 0 0 548 11 0 0 25 0 5 0 516607312 533700608 69947 33554432000 4194304 5787044 140735564399968 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 529892

[startup+12.7006 s]
/proc/loadavg: 10.67 9.33 8.56 5/177 20754
/proc/meminfo: memFree=20364868/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=586728 CPUtime=48.56 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 173468 0 0 0 4783 73 0 0 18 0 5 0 516607283 600809472 92690 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 146682 92690 417 389 0 142432 0
[pid=20748/tid=20750] ppid=20747 vsize=586728 CPUtime=12.32 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 37758 0 0 0 1213 19 0 0 25 0 5 0 516607299 600809472 92690 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=586728 CPUtime=11.98 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 33843 0 0 0 1186 12 0 0 25 0 5 0 516607302 600809472 92690 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=586728 CPUtime=12.02 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 37479 0 0 0 1182 20 0 0 19 0 5 0 516607307 600809472 92690 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=586728 CPUtime=11.95 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 42021 0 0 0 1177 18 0 0 25 0 5 0 516607312 600809472 92690 33554432000 4194304 5787044 140735564399968 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.56
Current children cumulated vsize (KiB) 595428

[startup+25.5004 s]
/proc/loadavg: 10.88 9.42 8.60 5/177 20754
/proc/meminfo: memFree=20377228/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=588896 CPUtime=99.69 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 189276 0 0 0 9884 85 0 0 18 0 5 0 516607283 603029504 100415 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 147224 100415 418 389 0 142974 0
[pid=20748/tid=20750] ppid=20747 vsize=588896 CPUtime=25.12 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 40175 0 0 0 2492 20 0 0 25 0 5 0 516607299 603029504 100415 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=588896 CPUtime=24.72 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 35956 0 0 0 2455 17 0 0 25 0 5 0 516607302 603029504 100415 33554432000 4194304 5787044 140735564399968 18446744073709551615 4254779 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=588896 CPUtime=24.81 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 39402 0 0 0 2456 25 0 0 25 0 5 0 516607307 603029504 100415 33554432000 4194304 5787044 140735564399968 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=588896 CPUtime=24.75 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 51376 0 0 0 2455 20 0 0 25 0 5 0 516607312 603029504 100415 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.69
Current children cumulated vsize (KiB) 597596

[startup+51.101 s]
/proc/loadavg: 10.60 9.49 8.65 5/177 20755
/proc/meminfo: memFree=20416392/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=588896 CPUtime=193.15 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 204428 0 0 0 18896 419 0 0 18 0 5 0 516607283 603029504 112280 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 147224 112280 418 389 0 142974 0
[pid=20748/tid=20750] ppid=20747 vsize=588896 CPUtime=49.87 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 43439 0 0 0 4881 106 0 0 25 0 5 0 516607299 603029504 112280 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220834 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=588896 CPUtime=45.23 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 38572 0 0 0 4470 53 0 0 25 0 5 0 516607302 603029504 112280 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=588896 CPUtime=49.92 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 42939 0 0 0 4765 227 0 0 25 0 5 0 516607307 603029504 112280 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220811 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=588896 CPUtime=47.84 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 57111 0 0 0 4755 29 0 0 25 0 5 0 516607312 603029504 112280 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 193.15
Current children cumulated vsize (KiB) 597596

[startup+102.301 s]
/proc/loadavg: 10.26 9.55 8.71 6/177 20756
/proc/meminfo: memFree=20464936/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=851040 CPUtime=387.78 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 236966 0 0 0 38289 489 0 0 18 0 5 0 516607283 871464960 144818 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 212760 144818 418 389 0 208510 0
[pid=20748/tid=20750] ppid=20747 vsize=851040 CPUtime=98.19 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 50059 0 0 0 9707 112 0 0 25 0 5 0 516607299 871464960 144818 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=851040 CPUtime=96.18 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 49786 0 0 0 9537 81 0 0 25 0 5 0 516607302 871464960 144818 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220770 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=851040 CPUtime=95.51 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 50626 0 0 0 9309 242 0 0 25 0 5 0 516607307 871464960 144818 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220448 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=851040 CPUtime=97.6 cores=0,2,4,6

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

/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 150439 0 0 0 87004 142 0 0 25 0 5 0 516607302 2473009152 543167 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2415048 CPUtime=870.19 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 173067 0 0 0 86636 383 0 0 25 0 5 0 516607307 2473009152 543167 33554432000 4194304 5787044 140735564399968 18446744073709551615 4216669 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2415048 CPUtime=877.27 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122051 0 0 0 87650 77 0 0 25 0 5 0 516607312 2473009152 543167 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3495.99
Current children cumulated vsize (KiB) 2423748

[startup+942.301 s]
/proc/loadavg: 8.20 8.25 8.39 9/186 20795
/proc/meminfo: memFree=17806104/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2661448 CPUtime=3735.65 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 693550 0 0 0 372569 996 0 0 18 0 5 0 516607283 2725322752 592870 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 665362 592870 418 389 0 661112 0
[pid=20748/tid=20750] ppid=20747 vsize=2661448 CPUtime=936.78 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 191157 0 0 0 93307 371 0 0 25 0 5 0 516607299 2725322752 592870 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2661448 CPUtime=931.15 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 170040 0 0 0 92964 151 0 0 25 0 5 0 516607302 2725322752 592870 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2661448 CPUtime=930.18 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 187791 0 0 0 92626 392 0 0 25 0 5 0 516607307 2725322752 592870 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2661448 CPUtime=937.24 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122195 0 0 0 93647 77 0 0 25 0 5 0 516607312 2725322752 592870 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336986 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3735.65
Current children cumulated vsize (KiB) 2670148

[startup+1002.3 s]
/proc/loadavg: 8.18 8.23 8.37 9/186 20797
/proc/meminfo: memFree=17641400/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2669740 CPUtime=3975.19 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 700264 0 0 0 396518 1001 0 0 18 0 5 0 516607283 2733813760 599429 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 667435 599429 418 389 0 663185 0
[pid=20748/tid=20750] ppid=20747 vsize=2669740 CPUtime=996.77 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 192797 0 0 0 99305 372 0 0 25 0 5 0 516607299 2733813760 599429 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220330 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2669740 CPUtime=991.09 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 172861 0 0 0 98957 152 0 0 25 0 5 0 516607302 2733813760 599429 33554432000 4194304 5787044 140735564399968 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2669740 CPUtime=989.84 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 190018 0 0 0 98590 394 0 0 25 0 5 0 516607307 2733813760 599429 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2669740 CPUtime=997.2 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122221 0 0 0 99641 79 0 0 25 0 5 0 516607312 2733813760 599429 33554432000 4194304 5787044 140735564399968 18446744073709551615 4337014 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3975.19
Current children cumulated vsize (KiB) 2678440

[startup+1062.31 s]
/proc/loadavg: 8.12 8.20 8.35 9/186 20799
/proc/meminfo: memFree=17640504/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2669740 CPUtime=4214.74 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 700298 0 0 0 420472 1002 0 0 18 0 5 0 516607283 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 667435 599463 418 389 0 663185 0
[pid=20748/tid=20750] ppid=20747 vsize=2669740 CPUtime=1056.69 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 192831 0 0 0 105297 372 0 0 25 0 5 0 516607299 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2669740 CPUtime=1051.1 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 172861 0 0 0 104958 152 0 0 25 0 5 0 516607302 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2669740 CPUtime=1049.48 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 190018 0 0 0 104554 394 0 0 25 0 5 0 516607307 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220264 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2669740 CPUtime=1057.18 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122221 0 0 0 105638 80 0 0 25 0 5 0 516607312 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4214.74
Current children cumulated vsize (KiB) 2678440

[startup+1122.3 s]
/proc/loadavg: 8.14 8.19 8.34 9/186 20800
/proc/meminfo: memFree=17629692/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2669740 CPUtime=4454.35 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 700298 0 0 0 444432 1003 0 0 18 0 5 0 516607283 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 667435 599463 418 389 0 663185 0
[pid=20748/tid=20750] ppid=20747 vsize=2669740 CPUtime=1116.69 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 192831 0 0 0 111297 372 0 0 25 0 5 0 516607299 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2669740 CPUtime=1111.09 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 172861 0 0 0 110957 152 0 0 25 0 5 0 516607302 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2669740 CPUtime=1109.14 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 190018 0 0 0 110520 394 0 0 25 0 5 0 516607307 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220440 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2669740 CPUtime=1117.14 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122221 0 0 0 111633 81 0 0 25 0 5 0 516607312 2733813760 599463 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4454.35
Current children cumulated vsize (KiB) 2678440

[startup+1182.3 s]
/proc/loadavg: 8.14 8.18 8.33 9/186 20802
/proc/meminfo: memFree=17561976/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2735276 CPUtime=4693.97 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 712007 0 0 0 468385 1012 0 0 18 0 5 0 516607283 2800922624 611172 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 683819 611172 418 389 0 679569 0
[pid=20748/tid=20750] ppid=20747 vsize=2735276 CPUtime=1176.69 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 194234 0 0 0 117296 373 0 0 25 0 5 0 516607299 2800922624 611172 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220660 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2735276 CPUtime=1171.1 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 180155 0 0 0 116953 157 0 0 25 0 5 0 516607302 2800922624 611172 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220919 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2735276 CPUtime=1168.81 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 193013 0 0 0 116484 397 0 0 25 0 5 0 516607307 2800922624 611172 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2735276 CPUtime=1177.09 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122238 0 0 0 117627 82 0 0 25 0 5 0 516607312 2800922624 611172 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4693.97
Current children cumulated vsize (KiB) 2743976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.9 s]
/proc/loadavg: 8.17 8.19 8.32 9/186 20803
/proc/meminfo: memFree=17511000/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2758260 CPUtime=4800.21 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 723270 0 0 0 479003 1018 0 0 18 0 5 0 516607283 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 689565 622435 418 389 0 685315 0
[pid=20748/tid=20750] ppid=20747 vsize=2758260 CPUtime=1203.29 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 197749 0 0 0 119955 374 0 0 25 0 5 0 516607299 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2758260 CPUtime=1197.68 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 184174 0 0 0 119608 160 0 0 25 0 5 0 516607302 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220214 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2758260 CPUtime=1195.26 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 196727 0 0 0 119128 398 0 0 25 0 5 0 516607307 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2758260 CPUtime=1203.69 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122253 0 0 0 120287 82 0 0 25 0 5 0 516607312 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2766960

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1208.9 s]
/proc/loadavg: 8.17 8.19 8.32 9/186 20803
/proc/meminfo: memFree=17511000/32951132 swapFree=67111524/67111528
[pid=20747] ppid=20745 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20747/stat : 20747 (priss.sh) S 20745 20747 18837 0 -1 4202496 331 0 0 0 0 0 0 0 22 0 1 0 516607283 8908800 251 33554432000 4194304 4922060 140734890594208 18446744073709551615 274664627333 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20747/statm: 2175 251 211 178 0 68 0
[pid=20748] ppid=20747 vsize=2758260 CPUtime=4800.21 cores=0,2,4,6
/proc/20748/stat : 20748 (priss) S 20747 20747 18837 0 -1 4202496 723270 0 0 0 479003 1018 0 0 18 0 5 0 516607283 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 274676631985 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/20748/statm: 689565 622435 418 389 0 685315 0
[pid=20748/tid=20750] ppid=20747 vsize=2758260 CPUtime=1203.29 cores=0,2,4,6
/proc/20748/task/20750/stat : 20750 (priss) R 20747 20747 18837 0 -1 4202560 197749 0 0 0 119955 374 0 0 25 0 5 0 516607299 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=20748/tid=20751] ppid=20747 vsize=2758260 CPUtime=1197.68 cores=0,2,4,6
/proc/20748/task/20751/stat : 20751 (priss) R 20747 20747 18837 0 -1 4202560 184174 0 0 0 119608 160 0 0 25 0 5 0 516607302 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4220214 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=20748/tid=20752] ppid=20747 vsize=2758260 CPUtime=1195.26 cores=0,2,4,6
/proc/20748/task/20752/stat : 20752 (priss) R 20747 20747 18837 0 -1 4202560 196727 0 0 0 119128 398 0 0 25 0 5 0 516607307 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=20748/tid=20753] ppid=20747 vsize=2758260 CPUtime=1203.69 cores=0,2,4,6
/proc/20748/task/20753/stat : 20753 (priss) R 20747 20747 18837 0 -1 4202560 122253 0 0 0 120287 82 0 0 25 0 5 0 516607312 2824458240 622435 33554432000 4194304 5787044 140735564399968 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2766960

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20747 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1208.92
CPU time (s): 4800.21
CPU user time (s): 4790.03
CPU system time (s): 10.18
CPU usage (%): 397.067
Max. virtual memory (cumulated for all children) (KiB): 2766960

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

runsolver used 3.38348 second user time and 6.61699 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 06:07:56
IDJOB=3285617
IDBENCH=82390
IDSOLVER=1603
FILE ID=node131/3285617-1304050076
RUNJOBID= node131-1304036726-18855
PBS_JOBID= 13170364
Free space on /tmp= 66692 MiB

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

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=672377749

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      20690664 kB
Buffers:        955536 kB
Cached:       10569752 kB
SwapCached:          4 kB
Active:         431748 kB
Inactive:     11161360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20690664 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:         4330300 kB
Writeback:           0 kB
AnonPages:       67236 kB
Mapped:          14572 kB
Slab:           602124 kB
PageTables:       4464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71192 MiB
End job on node131 at 2011-04-29 06:28:07