Trace number 3285249

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.1 1204.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark375.866
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

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: 23911
2.69/2.72	c parsetime: 2717885us
2.69/2.72	c parsed 6771840 clauses with 1260306 variables
3.09/3.13	c NW started thread 0 successfully (1114290496)
3.65/3.40	c preprocessor returned 1260306 variables
3.65/3.40	c preprocessing returned UNKNOWN
3.65/3.40	c PP set 0 variables
3.65/3.40	c pp time: 1us (0s)
3.85/3.55	c NW started thread 1 successfully (1100884288)
4.68/3.83	c preprocessor returned 1260306 variables
4.68/3.83	c preprocessing returned UNKNOWN
4.68/3.83	c PP set 0 variables
4.68/3.83	c pp time: 1us (0s)
4.98/3.98	c NW started thread 2 successfully (1124780352)
6.08/4.28	c preprocessor returned 1260306 variables
6.08/4.28	c preprocessing returned UNKNOWN
6.08/4.28	c PP set 0 variables
6.08/4.28	c pp time: 1us (0s)
6.89/4.42	c NW started thread 3 successfully (1135270208)
8.03/4.73	c preprocessor returned 1260306 variables
8.03/4.73	c preprocessing returned UNKNOWN
8.03/4.74	c PP set 0 variables
8.03/4.74	c pp time: 2us (0s)
225.63/59.21	c HTE
398.18/102.48	c subsumption
398.18/102.48	c simplified formula contains 0 unit clauses
579.94/147.99	c HTE
754.86/191.76	c subsumption
754.86/191.76	c simplified formula contains 0 unit clauses
755.59/191.93	c received clause contains eliminated literal -94930
1091.14/276.00	c HTE
1266.11/319.80	c subsumption
1266.11/319.80	c simplified formula contains 0 unit clauses
1266.91/319.97	c received clause contains eliminated literal -94930
1699.10/428.16	c HTE
1876.46/472.59	c subsumption
1876.46/472.59	c simplified formula contains 0 unit clauses
2211.22/556.33	c HTE
2387.37/600.50	c subsumption
2387.37/600.50	c simplified formula contains 0 unit clauses
2666.98/670.48	c HTE
2840.11/713.81	c subsumption
2840.11/713.81	c simplified formula contains 0 unit clauses
3513.96/882.58	c HTE
3688.80/926.35	c subsumption
3688.80/926.35	c simplified formula contains 0 unit clauses
4380.65/1099.57	c HTE
4553.19/1142.80	c subsumption
4553.19/1142.80	c simplified formula contains 0 unit clauses

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3285249-1304049273/watcher-3285249-1304049273 -o /tmp/evaluation-result-3285249-1304049273/solver-3285249-1304049273 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3285249-1304049273.cnf 731972516 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 6.88 7.71 7.89 5/182 23910
/proc/meminfo: memFree=14482144/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0

[startup+0.085434 s]
/proc/loadavg: 6.88 7.71 7.89 5/182 23910
/proc/meminfo: memFree=14482144/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10044 s]
/proc/loadavg: 6.88 7.71 7.89 5/182 23910
/proc/meminfo: memFree=14482144/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300395 s]
/proc/loadavg: 6.88 7.71 7.89 5/182 23910
/proc/meminfo: memFree=14482144/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700323 s]
/proc/loadavg: 6.88 7.71 7.89 5/182 23910
/proc/meminfo: memFree=14482144/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 6.88 7.71 7.89 6/184 23912
/proc/meminfo: memFree=14389988/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=157912 CPUtime=1.49 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) R 23910 23910 22103 0 -1 4202496 39175 0 0 0 142 7 0 0 25 0 1 0 497343542 161701888 35169 33554432000 4194304 5787044 140736736976736 18446744073709551615 4273470 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23911/statm: 39478 35169 304 389 0 35228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 166612

[startup+3.1009 s]
/proc/loadavg: 6.73 7.67 7.87 6/184 23912
/proc/meminfo: memFree=14285828/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=500716 CPUtime=3.09 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) R 23910 23910 22103 0 -1 4202496 127808 0 0 0 291 18 0 0 18 0 1 0 497343542 512733184 119801 33554432000 4194304 5787044 140736736976736 18446744073709551615 4449337 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23911/statm: 125179 119801 308 389 0 120929 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 509416

[startup+6.30029 s]
/proc/loadavg: 6.73 7.67 7.87 9/188 23916
/proc/meminfo: memFree=11291316/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=3949684 CPUtime=14.35 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 937790 0 0 0 1284 151 0 0 18 0 5 0 497343542 4044476416 870634 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 987421 870634 397 389 0 983171 0
[pid=23911/tid=23913] ppid=23910 vsize=3949684 CPUtime=3.13 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 165289 0 0 0 285 28 0 0 19 0 5 0 497343856 4044476416 870634 33554432000 4194304 5787044 140736736976736 18446744073709551615 4228059 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=3949684 CPUtime=2.69 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 158746 0 0 0 242 27 0 0 18 0 5 0 497343898 4044476416 870634 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=3949684 CPUtime=2.25 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 159826 0 0 0 199 26 0 0 18 0 5 0 497343941 4044476416 870634 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=3949684 CPUtime=1.84 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 142208 0 0 0 158 26 0 0 18 0 5 0 497343985 4044476416 870634 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.35
Current children cumulated vsize (KiB) 3958384

[startup+12.7011 s]
/proc/loadavg: 6.83 7.67 7.88 9/188 23916
/proc/meminfo: memFree=10759700/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=4158600 CPUtime=39.91 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 1014934 0 0 0 3831 160 0 0 18 0 5 0 497343542 4258406400 929459 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1039650 929459 407 389 0 1035400 0
[pid=23911/tid=23913] ppid=23910 vsize=4158600 CPUtime=9.53 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 166786 0 0 0 925 28 0 0 25 0 5 0 497343856 4258406400 929459 33554432000 4194304 5787044 140736736976736 18446744073709551615 4221032 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=4158600 CPUtime=9.1 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 162762 0 0 0 882 28 0 0 25 0 5 0 497343898 4258406400 929459 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=4158600 CPUtime=8.62 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 173056 0 0 0 834 28 0 0 25 0 5 0 497343941 4258406400 929459 33554432000 4194304 5787044 140736736976736 18446744073709551615 5590248 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=4158600 CPUtime=8.24 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 200609 0 0 0 791 33 0 0 25 0 5 0 497343985 4258406400 929459 33554432000 4194304 5787044 140736736976736 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.91
Current children cumulated vsize (KiB) 4167300

[startup+25.5009 s]
/proc/loadavg: 7.09 7.69 7.88 9/188 23916
/proc/meminfo: memFree=10731504/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=4224136 CPUtime=91.05 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 1021014 0 0 0 8942 163 0 0 18 0 5 0 497343542 4325515264 935539 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1056034 935539 409 389 0 1051784 0
[pid=23911/tid=23913] ppid=23910 vsize=4224136 CPUtime=22.32 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 170278 0 0 0 2203 29 0 0 25 0 5 0 497343856 4325515264 935539 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220878 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=4224136 CPUtime=21.89 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 165226 0 0 0 2160 29 0 0 25 0 5 0 497343898 4325515264 935539 33554432000 4194304 5787044 140736736976736 18446744073709551615 5585339 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=4224136 CPUtime=21.35 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 173180 0 0 0 2107 28 0 0 25 0 5 0 497343941 4325515264 935539 33554432000 4194304 5787044 140736736976736 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=4224136 CPUtime=21.04 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 200609 0 0 0 2071 33 0 0 25 0 5 0 497343985 4325515264 935539 33554432000 4194304 5787044 140736736976736 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.05
Current children cumulated vsize (KiB) 4232836

[startup+51.1013 s]
/proc/loadavg: 7.40 7.71 7.88 9/188 23917
/proc/meminfo: memFree=10697172/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=4289672 CPUtime=193.28 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 1027573 0 0 0 19163 165 0 0 18 0 5 0 497343542 4392624128 942098 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1072418 942098 409 389 0 1068168 0
[pid=23911/tid=23913] ppid=23910 vsize=4289672 CPUtime=47.9 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 173059 0 0 0 4760 30 0 0 25 0 5 0 497343856 4392624128 942098 33554432000 4194304 5787044 140736736976736 18446744073709551615 5585283 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=4289672 CPUtime=47.49 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 168902 0 0 0 4719 30 0 0 25 0 5 0 497343898 4392624128 942098 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220696 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=4289672 CPUtime=46.81 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 173282 0 0 0 4653 28 0 0 25 0 5 0 497343941 4392624128 942098 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=4289672 CPUtime=46.64 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 200609 0 0 0 4631 33 0 0 25 0 5 0 497343985 4392624128 942098 33554432000 4194304 5787044 140736736976736 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 193.28
Current children cumulated vsize (KiB) 4298372

[startup+102.307 s]
/proc/loadavg: 7.87 7.79 7.90 9/188 23918
/proc/meminfo: memFree=10068164/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=4889372 CPUtime=397.82 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 1215550 0 0 0 39593 189 0 0 18 0 5 0 497343542 5006716928 1097783 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1222343 1097783 411 389 0 1218093 0
[pid=23911/tid=23913] ppid=23910 vsize=4889372 CPUtime=99.1 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 187650 0 0 0 9877 33 0 0 25 0 5 0 497343856 5006716928 1097783 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220883 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=4889372 CPUtime=98.69 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 172361 0 0 0 9839 30 0 0 25 0 5 0 497343898 5006716928 1097783 33554432000 4194304 5787044 140736736976736 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=4889372 CPUtime=97.73 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 177295 0 0 0 9744 29 0 0 25 0 5 0 497343941 5006716928 1097783 33554432000 4194304 5787044 140736736976736 18446744073709551615 233509946549 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=4889372 CPUtime=97.85 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 366523 0 0 0 9733 52 0 0 25 0 5 0 497343985 5006716928 1097783 33554432000 4194304 5787044 140736736976736 18446744073709551615 4307788 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 397.82
Current children cumulated vsize (KiB) 4898072

[startup+162.3 s]
/proc/loadavg: 8.05 7.85 7.91 9/188 23920
/proc/meminfo: memFree=10005252/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=4949956 CPUtime=637.47 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 1293058 0 0 0 63544 203 0 0 18 0 5 0 497343542 5068754944 1112516 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1237489 1112516 414 389 0 1233239 0
[pid=23911/tid=23913] ppid=23910 vsize=4949956 CPUtime=159.09 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 211236 0 0 0 15873 36 0 0 25 0 5 0 497343856 5068754944 1112516 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220919 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=4949956 CPUtime=158.68 cores=1,3,5,7

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

/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 216670 0 0 0 87799 45 0 0 25 0 5 0 497343898 6128291840 1342804 33554432000 4194304 5787044 140736736976736 18446744073709551615 5601969 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=5984660 CPUtime=873.36 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 210712 0 0 0 87299 37 0 0 25 0 5 0 497343941 6128291840 1342806 33554432000 4194304 5787044 140736736976736 18446744073709551615 5585259 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=5984660 CPUtime=877.83 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1029791 0 0 0 87598 185 0 0 25 0 5 0 497343985 6128291840 1342807 33554432000 4194304 5787044 140736736976736 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3513.17
Current children cumulated vsize (KiB) 5993360

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.00 9/188 23982
/proc/meminfo: memFree=7342888/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6115732 CPUtime=3752.72 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2109518 0 0 0 374892 380 0 0 18 0 5 0 497343542 6262509568 1375148 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1528933 1375148 415 389 0 1524683 0
[pid=23911/tid=23913] ppid=23910 vsize=6115732 CPUtime=939.07 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 253547 0 0 0 93856 51 0 0 25 0 5 0 497343856 6262509568 1375148 33554432000 4194304 5787044 140736736976736 18446744073709551615 4229312 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6115732 CPUtime=938.43 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 218838 0 0 0 93797 46 0 0 25 0 5 0 497343898 6262509568 1375148 33554432000 4194304 5787044 140736736976736 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6115732 CPUtime=932.94 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 212156 0 0 0 93256 38 0 0 25 0 5 0 497343941 6262509568 1375148 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220870 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6115732 CPUtime=937.83 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1113256 0 0 0 93583 200 0 0 25 0 5 0 497343985 6262509568 1375148 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3752.72
Current children cumulated vsize (KiB) 6124432

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 23983
/proc/meminfo: memFree=7243384/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6115732 CPUtime=3992.39 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2109526 0 0 0 398859 380 0 0 18 0 5 0 497343542 6262509568 1375156 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1528933 1375156 415 389 0 1524683 0
[pid=23911/tid=23913] ppid=23910 vsize=6115732 CPUtime=999.07 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 253547 0 0 0 99856 51 0 0 25 0 5 0 497343856 6262509568 1375156 33554432000 4194304 5787044 140736736976736 18446744073709551615 4221008 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6115732 CPUtime=998.43 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 218838 0 0 0 99797 46 0 0 25 0 5 0 497343898 6262509568 1375156 33554432000 4194304 5787044 140736736976736 18446744073709551615 4228046 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6115732 CPUtime=992.61 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 212159 0 0 0 99223 38 0 0 25 0 5 0 497343941 6262509568 1375156 33554432000 4194304 5787044 140736736976736 18446744073709551615 4228069 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6115732 CPUtime=997.83 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1113261 0 0 0 99583 200 0 0 25 0 5 0 497343985 6262509568 1375156 33554432000 4194304 5787044 140736736976736 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3992.39
Current children cumulated vsize (KiB) 6124432

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/188 23985
/proc/meminfo: memFree=7214944/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6181268 CPUtime=4232.07 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2117150 0 0 0 422823 384 0 0 18 0 5 0 497343542 6329618432 1382780 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1545317 1382780 415 389 0 1541067 0
[pid=23911/tid=23913] ppid=23910 vsize=6181268 CPUtime=1059.08 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 258914 0 0 0 105855 53 0 0 25 0 5 0 497343856 6329618432 1382780 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220275 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6181268 CPUtime=1058.44 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 218843 0 0 0 105797 47 0 0 25 0 5 0 497343898 6329618432 1382780 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6181268 CPUtime=1052.28 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 214411 0 0 0 105188 40 0 0 25 0 5 0 497343941 6329618432 1382780 33554432000 4194304 5787044 140736736976736 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6181268 CPUtime=1057.84 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1113261 0 0 0 105583 201 0 0 25 0 5 0 497343985 6329618432 1382780 33554432000 4194304 5787044 140736736976736 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4232.07
Current children cumulated vsize (KiB) 6189968

[startup+1122.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/188 23986
/proc/meminfo: memFree=6969868/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6217492 CPUtime=4471.73 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2139926 0 0 0 446783 390 0 0 18 0 5 0 497343542 6366711808 1405555 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1554373 1405555 415 389 0 1550123 0
[pid=23911/tid=23913] ppid=23910 vsize=6217492 CPUtime=1119.08 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 267377 0 0 0 111852 56 0 0 25 0 5 0 497343856 6366711808 1405555 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220225 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6217492 CPUtime=1118.43 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 224092 0 0 0 111795 48 0 0 25 0 5 0 497343898 6366711808 1405555 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6217492 CPUtime=1111.94 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 214419 0 0 0 111154 40 0 0 25 0 5 0 497343941 6366711808 1405555 33554432000 4194304 5787044 140736736976736 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6217492 CPUtime=1117.84 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1122317 0 0 0 111582 202 0 0 25 0 5 0 497343985 6366711808 1405555 33554432000 4194304 5787044 140736736976736 18446744073709551615 4330504 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4471.73
Current children cumulated vsize (KiB) 6226192

[startup+1182.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/188 23988
/proc/meminfo: memFree=6851660/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6312340 CPUtime=4711.37 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2193115 0 0 0 470739 398 0 0 18 0 5 0 497343542 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1578085 1420149 415 389 0 1573835 0
[pid=23911/tid=23913] ppid=23910 vsize=6312340 CPUtime=1179.08 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 267537 0 0 0 117852 56 0 0 25 0 5 0 497343856 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220798 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6312340 CPUtime=1178.41 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 224092 0 0 0 117793 48 0 0 25 0 5 0 497343898 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6312340 CPUtime=1171.6 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 214419 0 0 0 117120 40 0 0 25 0 5 0 497343941 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6312340 CPUtime=1177.84 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1175346 0 0 0 117574 210 0 0 25 0 5 0 497343985 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220798 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4711.37
Current children cumulated vsize (KiB) 6321040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.51 s]
/proc/loadavg: 8.16 8.09 8.01 9/188 23989
/proc/meminfo: memFree=6851516/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6312340 CPUtime=4800.1 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2193115 0 0 0 479611 399 0 0 18 0 5 0 497343542 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1578085 1420149 415 389 0 1573835 0
[pid=23911/tid=23913] ppid=23910 vsize=6312340 CPUtime=1201.29 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 267537 0 0 0 120073 56 0 0 25 0 5 0 497343856 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220916 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6312340 CPUtime=1200.62 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 224092 0 0 0 120014 48 0 0 25 0 5 0 497343898 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6312340 CPUtime=1193.68 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 214419 0 0 0 119328 40 0 0 25 0 5 0 497343941 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6312340 CPUtime=1200.05 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1175346 0 0 0 119795 210 0 0 25 0 5 0 497343985 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 5534127 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 6321040

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

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

[startup+1204.51 s]
/proc/loadavg: 8.16 8.09 8.01 9/188 23989
/proc/meminfo: memFree=6851516/32951124 swapFree=67111528/67111528
[pid=23910] ppid=23908 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/23910/stat : 23910 (priss.sh) S 23908 23910 22103 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 497343542 8908800 251 33554432000 4194304 4922060 140735758717696 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23910/statm: 2175 251 211 178 0 68 0
[pid=23911] ppid=23910 vsize=6312340 CPUtime=4800.1 cores=1,3,5,7
/proc/23911/stat : 23911 (priss) S 23910 23910 22103 0 -1 4202496 2193115 0 0 0 479611 399 0 0 18 0 5 0 497343542 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23911/statm: 1578085 1420149 415 389 0 1573835 0
[pid=23911/tid=23913] ppid=23910 vsize=6312340 CPUtime=1201.29 cores=1,3,5,7
/proc/23911/task/23913/stat : 23913 (priss) R 23910 23910 22103 0 -1 4202560 267537 0 0 0 120073 56 0 0 25 0 5 0 497343856 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4220916 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=23911/tid=23914] ppid=23910 vsize=6312340 CPUtime=1200.62 cores=1,3,5,7
/proc/23911/task/23914/stat : 23914 (priss) R 23910 23910 22103 0 -1 4202560 224092 0 0 0 120014 48 0 0 25 0 5 0 497343898 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=23911/tid=23915] ppid=23910 vsize=6312340 CPUtime=1193.68 cores=1,3,5,7
/proc/23911/task/23915/stat : 23915 (priss) R 23910 23910 22103 0 -1 4202560 214419 0 0 0 119328 40 0 0 25 0 5 0 497343941 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 5590540 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=23911/tid=23916] ppid=23910 vsize=6312340 CPUtime=1200.05 cores=1,3,5,7
/proc/23911/task/23916/stat : 23916 (priss) R 23910 23910 22103 0 -1 4202560 1175346 0 0 0 119795 210 0 0 25 0 5 0 497343985 6463836160 1420149 33554432000 4194304 5787044 140736736976736 18446744073709551615 5534127 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 6321040

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23910 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1204.52
CPU time (s): 4800.1
CPU user time (s): 4796.11
CPU system time (s): 3.99
CPU usage (%): 398.506
Max. virtual memory (cumulated for all children) (KiB): 6439196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330
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 1.83972 second user time and 4.74328 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 05:54:37
IDJOB=3285249
IDBENCH=82374
IDSOLVER=1603
FILE ID=node145/3285249-1304049273
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72076 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285249-1304049273/watcher-3285249-1304049273 -o /tmp/evaluation-result-3285249-1304049273/solver-3285249-1304049273 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3285249-1304049273.cnf 731972516 4800 15500 4

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=731972516

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:      14482044 kB
Buffers:       2099244 kB
Cached:       15349428 kB
SwapCached:          0 kB
Active:        5674196 kB
Inactive:     12217916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14482044 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          135332 kB
Writeback:          80 kB
AnonPages:      442316 kB
Mapped:          15672 kB
Slab:           511108 kB
PageTables:       5584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   632956 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= 72064 MiB
End job on node145 at 2011-04-29 06:14:43