Trace number 3285387

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.16 1202.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 23948
0.00/0.13	c parsetime: 129893us
0.00/0.13	c parsed 483561 clauses with 95456 variables
0.00/0.16	c NW started thread 0 successfully (1113708864)
0.00/0.19	c NW started thread 1 successfully (1090910528)
0.00/0.24	c NW started thread 2 successfully (1124198720)
0.00/0.29	c NW started thread 3 successfully (1101400384)
27.13/7.00	c preprocessor returned 95456 variables
27.13/7.00	c preprocessing returned UNKNOWN
27.13/7.00	c PP set 30328 variables
27.13/7.00	c pp time: 6721648us (6s)
27.13/7.06	c preprocessor returned 95456 variables
27.13/7.06	c preprocessing returned UNKNOWN
27.13/7.06	c PP set 30328 variables
27.13/7.06	c pp time: 6745219us (6s)
27.13/7.06	c preprocessor returned 95456 variables
27.13/7.06	c preprocessing returned UNKNOWN
27.13/7.06	c PP set 30328 variables
27.13/7.06	c pp time: 6842497us (6s)
27.13/7.07	c preprocessor returned 95456 variables
27.13/7.07	c preprocessing returned UNKNOWN
27.13/7.07	c PP set 30328 variables
27.13/7.07	c pp time: 6887912us (6s)
31.11/8.07	c HTE
37.91/9.73	c subsumption
45.10/11.50	c simplified formula contains 0 unit clauses
58.68/14.90	c HTE
61.47/15.61	c subsumption
86.24/21.84	c simplified formula contains 0 unit clauses
86.24/21.85	c received clause contains eliminated literal 19168
105.42/26.67	c HTE
118.99/30.05	c subsumption
129.39/32.63	c simplified formula contains 0 unit clauses
136.57/34.44	c HTE
138.97/35.02	c subsumption
145.76/36.75	c simplified formula contains 0 unit clauses
192.51/48.44	c added unsatisfied clause
192.51/48.44	c failed to add network clauses
194.09/48.83	c received clause contains eliminated literal -19121
204.08/51.36	c HTE
206.47/51.99	c subsumption
265.19/66.61	c simplified formula contains 0 unit clauses
265.19/66.62	c received clause contains eliminated literal -22948
278.77/70.01	c HTE
281.16/70.66	c subsumption
607.51/152.34	c simplified formula contains 0 unit clauses
624.69/156.68	c HTE
692.19/173.56	c subsumption
723.75/181.45	c simplified formula contains 0 unit clauses
929.05/232.87	c received clause contains eliminated literal 87757
1498.65/375.44	c received clause contains eliminated literal -22964
2130.54/533.64	c HTE
2356.90/590.33	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-3285387-1304049489/watcher-3285387-1304049489 -o /tmp/evaluation-result-3285387-1304049489/solver-3285387-1304049489 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3285387-1304049489.cnf 1373449024 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.06 7.89 7.92 6/182 23947
/proc/meminfo: memFree=10377480/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0

[startup+0.0499259 s]
/proc/loadavg: 8.06 7.89 7.92 6/182 23947
/proc/meminfo: memFree=10377480/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100917 s]
/proc/loadavg: 8.06 7.89 7.92 6/182 23947
/proc/meminfo: memFree=10377480/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.306921 s]
/proc/loadavg: 8.06 7.89 7.92 6/182 23947
/proc/meminfo: memFree=10377480/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700681 s]
/proc/loadavg: 8.06 7.89 7.92 6/182 23947
/proc/meminfo: memFree=10377480/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50063 s]
/proc/loadavg: 8.06 7.89 7.92 9/188 23953
/proc/meminfo: memFree=10130424/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=440856 CPUtime=5.19 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 114526 0 0 0 489 30 0 0 18 0 5 0 497364829 451436544 61060 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 110214 61060 350 389 0 105964 0
[pid=23948/tid=23950] ppid=23947 vsize=440856 CPUtime=1.27 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 22429 0 0 0 120 7 0 0 18 0 5 0 497364845 451436544 61060 33554432000 4194304 5787044 140734312622496 18446744073709551615 4335546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=440856 CPUtime=1.24 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 21463 0 0 0 118 6 0 0 19 0 5 0 497364849 451436544 61060 33554432000 4194304 5787044 140734312622496 18446744073709551615 233509988451 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=440856 CPUtime=1.2 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 24080 0 0 0 112 8 0 0 19 0 5 0 497364853 451436544 61060 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=440856 CPUtime=1.17 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 23018 0 0 0 112 5 0 0 19 0 5 0 497364858 451436544 61060 33554432000 4194304 5787044 140734312622496 18446744073709551615 4335623 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 449556

[startup+3.10035 s]
/proc/loadavg: 8.06 7.89 7.92 9/188 23953
/proc/meminfo: memFree=10108848/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=437072 CPUtime=11.56 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 121613 0 0 0 1122 34 0 0 18 0 5 0 497364829 447561728 67201 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 109268 67201 352 389 0 105018 0
[pid=23948/tid=23950] ppid=23947 vsize=437072 CPUtime=2.86 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 26570 0 0 0 278 8 0 0 19 0 5 0 497364845 447561728 67201 33554432000 4194304 5787044 140734312622496 18446744073709551615 4275932 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=437072 CPUtime=2.84 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 21828 0 0 0 277 7 0 0 20 0 5 0 497364849 447561728 67201 33554432000 4194304 5787044 140734312622496 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=437072 CPUtime=2.8 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 25413 0 0 0 271 9 0 0 19 0 5 0 497364853 447561728 67201 33554432000 4194304 5787044 140734312622496 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=437072 CPUtime=2.77 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 24266 0 0 0 271 6 0 0 19 0 5 0 497364858 447561728 67201 33554432000 4194304 5787044 140734312622496 18446744073709551615 4276255 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 445772

[startup+6.30077 s]
/proc/loadavg: 8.06 7.89 7.92 9/188 23953
/proc/meminfo: memFree=10108476/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=448756 CPUtime=24.34 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 146426 0 0 0 2396 38 0 0 18 0 5 0 497364829 459526144 73089 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 112189 73089 353 389 0 107939 0
[pid=23948/tid=23950] ppid=23947 vsize=448756 CPUtime=6.04 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 33829 0 0 0 595 9 0 0 25 0 5 0 497364845 459526144 73089 33554432000 4194304 5787044 140734312622496 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=448756 CPUtime=6.03 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 29152 0 0 0 595 8 0 0 25 0 5 0 497364849 459526144 73089 33554432000 4194304 5787044 140734312622496 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=448756 CPUtime=5.99 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 32753 0 0 0 589 10 0 0 18 0 5 0 497364853 459526144 73089 33554432000 4194304 5787044 140734312622496 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=448756 CPUtime=5.96 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 27156 0 0 0 590 6 0 0 25 0 5 0 497364858 459526144 73089 33554432000 4194304 5787044 140734312622496 18446744073709551615 4330472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.34
Current children cumulated vsize (KiB) 457456

[startup+12.7006 s]
/proc/loadavg: 8.05 7.89 7.92 9/188 23954
/proc/meminfo: memFree=10020012/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=514292 CPUtime=49.89 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 172156 0 0 0 4945 44 0 0 18 0 5 0 497364829 526635008 89506 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 128573 89506 418 389 0 124323 0
[pid=23948/tid=23950] ppid=23947 vsize=514292 CPUtime=12.4 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 40211 0 0 0 1230 10 0 0 25 0 5 0 497364845 526635008 89506 33554432000 4194304 5787044 140734312622496 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=514292 CPUtime=12.43 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 35868 0 0 0 1233 10 0 0 25 0 5 0 497364849 526635008 89506 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=514292 CPUtime=12.39 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 38895 0 0 0 1228 11 0 0 25 0 5 0 497364853 526635008 89506 33554432000 4194304 5787044 140734312622496 18446744073709551615 5588261 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=514292 CPUtime=12.35 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 33646 0 0 0 1227 8 0 0 25 0 5 0 497364858 526635008 89506 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 522992

[startup+25.5003 s]
/proc/loadavg: 8.11 7.91 7.92 9/188 23954
/proc/meminfo: memFree=9932700/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=582672 CPUtime=101.02 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 182960 0 0 0 10056 46 0 0 18 0 5 0 497364829 596656128 97307 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 145668 97307 418 389 0 141418 0
[pid=23948/tid=23950] ppid=23947 vsize=582672 CPUtime=25.13 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 40509 0 0 0 2503 10 0 0 25 0 5 0 497364845 596656128 97307 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=582672 CPUtime=25.23 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 37230 0 0 0 2513 10 0 0 25 0 5 0 497364849 596656128 97307 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=582672 CPUtime=25.19 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 41759 0 0 0 2507 12 0 0 25 0 5 0 497364853 596656128 97307 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=582672 CPUtime=25.15 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 39926 0 0 0 2506 9 0 0 25 0 5 0 497364858 596656128 97307 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 591372

[startup+51.1008 s]
/proc/loadavg: 8.07 7.92 7.92 9/188 23955
/proc/meminfo: memFree=9864752/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=663912 CPUtime=203.28 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 196494 0 0 0 20280 48 0 0 18 0 5 0 497364829 679845888 109573 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 165978 109573 418 389 0 161728 0
[pid=23948/tid=23950] ppid=23947 vsize=663912 CPUtime=50.6 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 41732 0 0 0 5049 11 0 0 25 0 5 0 497364845 679845888 109573 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=663912 CPUtime=50.84 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 37692 0 0 0 5073 11 0 0 25 0 5 0 497364849 679845888 109573 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=663912 CPUtime=50.79 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 43605 0 0 0 5067 12 0 0 25 0 5 0 497364853 679845888 109573 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=663912 CPUtime=50.76 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 49929 0 0 0 5065 11 0 0 25 0 5 0 497364858 679845888 109573 33554432000 4194304 5787044 140734312622496 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.28
Current children cumulated vsize (KiB) 672612

[startup+102.301 s]
/proc/loadavg: 8.15 7.96 7.93 9/188 23956
/proc/meminfo: memFree=9758724/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=680076 CPUtime=407.8 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 226443 0 0 0 40723 57 0 0 18 0 5 0 497364829 696397824 132703 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 170019 132703 418 389 0 165769 0
[pid=23948/tid=23950] ppid=23947 vsize=680076 CPUtime=101.52 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 45082 0 0 0 10140 12 0 0 25 0 5 0 497364845 696397824 132703 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=680076 CPUtime=102.04 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 42745 0 0 0 10191 13 0 0 25 0 5 0 497364849 696397824 132703 33554432000 4194304 5787044 140734312622496 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=680076 CPUtime=101.99 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 54397 0 0 0 10183 16 0 0 25 0 5 0 497364853 696397824 132703 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220916 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=680076 CPUtime=101.95 cores=0,2,4,6

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

/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 150135 0 0 0 87846 56 0 0 25 0 5 0 497364849 2457718784 539621 33554432000 4194304 5787044 140734312622496 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2400116 CPUtime=881.89 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 129643 0 0 0 88135 54 0 0 25 0 5 0 497364853 2457718784 539621 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2400116 CPUtime=881.83 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222016 0 0 0 88119 64 0 0 25 0 5 0 497364858 2457718784 539621 33554432000 4194304 5787044 140734312622496 18446744073709551615 4337001 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.24
Current children cumulated vsize (KiB) 2408816

[startup+942.3 s]
/proc/loadavg: 8.07 8.07 8.00 9/188 23987
/proc/meminfo: memFree=6851916/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2593360 CPUtime=3762.86 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 681043 0 0 0 376051 235 0 0 18 0 5 0 497364829 2655600640 575698 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 648340 575698 418 389 0 644090 0
[pid=23948/tid=23950] ppid=23947 vsize=2593360 CPUtime=940.19 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 136005 0 0 0 93973 46 0 0 25 0 5 0 497364845 2655600640 575698 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2593360 CPUtime=938.7 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 162790 0 0 0 93807 63 0 0 25 0 5 0 497364849 2655600640 575698 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2593360 CPUtime=941.86 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 136670 0 0 0 94127 59 0 0 25 0 5 0 497364853 2655600640 575698 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2593360 CPUtime=941.82 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222042 0 0 0 94118 64 0 0 25 0 5 0 497364858 2655600640 575698 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.86
Current children cumulated vsize (KiB) 2602060

[startup+1002.3 s]
/proc/loadavg: 7.91 8.03 7.99 9/188 24022
/proc/meminfo: memFree=11663264/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2593360 CPUtime=4002.47 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 681145 0 0 0 400010 237 0 0 18 0 5 0 497364829 2655600640 575751 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 648340 575751 418 389 0 644090 0
[pid=23948/tid=23950] ppid=23947 vsize=2593360 CPUtime=1000.18 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 136020 0 0 0 99972 46 0 0 25 0 5 0 497364845 2655600640 575751 33554432000 4194304 5787044 140734312622496 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2593360 CPUtime=998.31 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 162877 0 0 0 99768 63 0 0 25 0 5 0 497364849 2655600640 575751 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220716 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2593360 CPUtime=1001.85 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 136670 0 0 0 100126 59 0 0 25 0 5 0 497364853 2655600640 575751 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220396 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2593360 CPUtime=1001.82 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222042 0 0 0 100117 65 0 0 25 0 5 0 497364858 2655600640 575751 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336770 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 2602060

[startup+1062.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/188 24024
/proc/meminfo: memFree=11556108/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2593360 CPUtime=4242.15 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 681263 0 0 0 423978 237 0 0 18 0 5 0 497364829 2655600640 575869 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 648340 575869 418 389 0 644090 0
[pid=23948/tid=23950] ppid=23947 vsize=2593360 CPUtime=1060.18 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 136138 0 0 0 105972 46 0 0 25 0 5 0 497364845 2655600640 575869 33554432000 4194304 5787044 140734312622496 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2593360 CPUtime=1058.01 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 162877 0 0 0 105737 64 0 0 25 0 5 0 497364849 2655600640 575869 33554432000 4194304 5787044 140734312622496 18446744073709551615 5588094 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2593360 CPUtime=1061.85 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 136670 0 0 0 106126 59 0 0 25 0 5 0 497364853 2655600640 575869 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220219 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2593360 CPUtime=1061.82 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222042 0 0 0 106117 65 0 0 25 0 5 0 497364858 2655600640 575869 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.15
Current children cumulated vsize (KiB) 2602060

[startup+1122.3 s]
/proc/loadavg: 7.55 7.92 7.96 9/188 24057
/proc/meminfo: memFree=8323684/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2691152 CPUtime=4481.83 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 712399 0 0 0 447914 269 0 0 18 0 5 0 497364829 2755739648 607005 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 672788 607005 418 389 0 668538 0
[pid=23948/tid=23950] ppid=23947 vsize=2691152 CPUtime=1120.18 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 149955 0 0 0 111968 50 0 0 25 0 5 0 497364845 2755739648 607005 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2691152 CPUtime=1117.68 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 169289 0 0 0 111699 69 0 0 25 0 5 0 497364849 2755739648 607005 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2691152 CPUtime=1121.84 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 147508 0 0 0 112108 76 0 0 25 0 5 0 497364853 2755739648 607005 33554432000 4194304 5787044 140734312622496 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2691152 CPUtime=1121.82 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222111 0 0 0 112112 70 0 0 25 0 5 0 497364858 2755739648 607005 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336957 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.83
Current children cumulated vsize (KiB) 2699852

[startup+1182.3 s]
/proc/loadavg: 7.64 7.89 7.95 6/180 24062
/proc/meminfo: memFree=12311584/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2692284 CPUtime=4721.45 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 713311 0 0 0 471876 269 0 0 18 0 5 0 497364829 2756898816 607891 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 673071 607891 418 389 0 668821 0
[pid=23948/tid=23950] ppid=23947 vsize=2692284 CPUtime=1180.14 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 150447 0 0 0 117964 50 0 0 25 0 5 0 497364845 2756898816 607891 33554432000 4194304 5787044 140734312622496 18446744073709551615 4219938 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2692284 CPUtime=1177.36 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 169687 0 0 0 117667 69 0 0 25 0 5 0 497364849 2756898816 607891 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2692284 CPUtime=1181.83 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 147530 0 0 0 118107 76 0 0 25 0 5 0 497364853 2756898816 607891 33554432000 4194304 5787044 140734312622496 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2692284 CPUtime=1181.81 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222111 0 0 0 118111 70 0 0 25 0 5 0 497364858 2756898816 607891 33554432000 4194304 5787044 140734312622496 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.45
Current children cumulated vsize (KiB) 2700984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.35 7.80 7.92 9/188 24091
/proc/meminfo: memFree=12073172/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2757820 CPUtime=4800.16 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 717985 0 0 0 479739 277 0 0 18 0 5 0 497364829 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 689455 612565 418 389 0 685205 0
[pid=23948/tid=23950] ppid=23947 vsize=2757820 CPUtime=1199.85 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 151715 0 0 0 119934 51 0 0 25 0 5 0 497364845 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2757820 CPUtime=1196.96 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 169687 0 0 0 119627 69 0 0 25 0 5 0 497364849 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2757820 CPUtime=1201.54 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 150935 0 0 0 120071 83 0 0 25 0 5 0 497364853 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2757820 CPUtime=1201.53 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222112 0 0 0 120082 71 0 0 25 0 5 0 497364858 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2766520

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

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

[startup+1202 s]
/proc/loadavg: 7.35 7.80 7.92 9/188 24091
/proc/meminfo: memFree=12073172/32951124 swapFree=67111528/67111528
[pid=23947] ppid=23945 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/23947/stat : 23947 (priss.sh) S 23945 23947 22103 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 497364829 8908800 252 33554432000 4194304 4922060 140733321689232 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/23947/statm: 2175 252 211 178 0 68 0
[pid=23948] ppid=23947 vsize=2757820 CPUtime=4800.16 cores=0,2,4,6
/proc/23948/stat : 23948 (priss) S 23947 23947 22103 0 -1 4202496 717985 0 0 0 479739 277 0 0 18 0 5 0 497364829 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23948/statm: 689455 612565 418 389 0 685205 0
[pid=23948/tid=23950] ppid=23947 vsize=2757820 CPUtime=1199.85 cores=0,2,4,6
/proc/23948/task/23950/stat : 23950 (priss) R 23947 23947 22103 0 -1 4202560 151715 0 0 0 119934 51 0 0 25 0 5 0 497364845 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=23948/tid=23951] ppid=23947 vsize=2757820 CPUtime=1196.96 cores=0,2,4,6
/proc/23948/task/23951/stat : 23951 (priss) R 23947 23947 22103 0 -1 4202560 169687 0 0 0 119627 69 0 0 25 0 5 0 497364849 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220712 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=23948/tid=23952] ppid=23947 vsize=2757820 CPUtime=1201.54 cores=0,2,4,6
/proc/23948/task/23952/stat : 23952 (priss) R 23947 23947 22103 0 -1 4202560 150935 0 0 0 120071 83 0 0 25 0 5 0 497364853 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=23948/tid=23953] ppid=23947 vsize=2757820 CPUtime=1201.53 cores=0,2,4,6
/proc/23948/task/23953/stat : 23953 (priss) R 23947 23947 22103 0 -1 4202560 222112 0 0 0 120082 71 0 0 25 0 5 0 497364858 2824007680 612565 33554432000 4194304 5787044 140734312622496 18446744073709551615 4337006 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 2766520

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.02
CPU time (s): 4800.16
CPU user time (s): 4797.39
CPU system time (s): 2.77
CPU usage (%): 399.342
Max. virtual memory (cumulated for all children) (KiB): 2766520

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 2.07668 second user time and 4.45232 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 05:58:10
IDJOB=3285387
IDBENCH=82381
IDSOLVER=1603
FILE ID=node145/3285387-1304049489
RUNJOBID= node145-1304036411-22121
PBS_JOBID= 13170354
Free space on /tmp= 72068 MiB

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

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=1373449024

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10377760 kB
Buffers:       2099252 kB
Cached:       15357496 kB
SwapCached:          0 kB
Active:        9775008 kB
Inactive:     12217428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10377760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9732 kB
Writeback:           0 kB
AnonPages:     4534940 kB
Mapped:          15664 kB
Slab:           508748 kB
PageTables:      13836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5100136 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= 72180 MiB
End job on node145 at 2011-04-29 06:18:14