Trace number 3284926

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss Auto? (TO) 4800.14 1204.22

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMfce318b20c1a474ab81b77594d3f6f99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark583.061
Satisfiable
(Un)Satisfiability was proved
Number of variables945406
Number of clauses5079060
Sum of the clauses size12071640
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 25035980
Number of clauses of size 3240
Number of clauses of size 4960
Number of clauses of size 52400
Number of clauses of size over 538760

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: 12186
0.00/0.00	c setup for 4cores
1.49/2.01	c parsetime: 2006415us
1.49/2.01	c parsed 5079060 clauses with 945406 variables
1.49/2.30	c NW started thread 0 successfully (1095018816)
2.88/2.61	c NW started thread 1 successfully (1110169920)
3.76/2.93	c NW started thread 2 successfully (1120659776)
4.82/3.29	c NW started thread 3 successfully (1131149632)
341.62/88.04	c preprocessor returned 945406 variables
341.62/88.04	c preprocessing returned UNKNOWN
341.62/88.05	c PP set 139829 variables
341.62/88.05	c pp time: 85540968us (85s)
344.02/88.62	c preprocessor returned 945406 variables
344.02/88.62	c preprocessing returned UNKNOWN
344.02/88.62	c PP set 139829 variables
344.02/88.62	c pp time: 85804755us (85s)
345.62/89.02	c preprocessor returned 945406 variables
345.62/89.02	c preprocessing returned UNKNOWN
345.62/89.02	c PP set 139829 variables
345.62/89.02	c pp time: 85473288us (85s)
346.01/89.19	c preprocessor returned 945406 variables
346.01/89.19	c preprocessing returned UNKNOWN
346.01/89.19	c PP set 139829 variables
346.01/89.19	c pp time: 86018005us (86s)
480.23/122.73	c HTE
624.04/158.73	c subsumption
624.04/158.73	c simplified formula contains 0 unit clauses
750.27/190.34	c HTE
898.90/227.59	c subsumption
898.90/227.59	c simplified formula contains 0 unit clauses
1346.27/339.57	c HTE
1468.51/370.14	c subsumption
1468.51/370.14	c simplified formula contains 0 unit clauses
1468.91/370.27	c received clause contains eliminated literal -126010
1596.74/402.24	c HTE
1717.38/432.41	c subsumption
1717.38/432.41	c simplified formula contains 0 unit clauses
1723.77/434.00	c received clause contains eliminated literal -126369
2299.40/578.17	c HTE
2420.43/608.40	c subsumption
2420.43/608.40	c simplified formula contains 0 unit clauses
2628.56/660.52	c HTE
2748.32/690.53	c subsumption
2748.32/690.53	c simplified formula contains 0 unit clauses
3188.11/800.65	c HTE
3309.51/831.05	c subsumption
3309.51/831.05	c simplified formula contains 0 unit clauses
3724.95/935.09	c HTE
3846.72/965.57	c subsumption
3846.72/965.57	c simplified formula contains 0 unit clauses
4544.95/1140.38	c HTE
4671.14/1171.95	c subsumption
4671.14/1171.95	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-3284926-1304047358/watcher-3284926-1304047358 -o /tmp/evaluation-result-3284926-1304047358/solver-3284926-1304047358 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3284926-1304047358.cnf 166086636 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: 7.88 7.88 7.77 5/182 12185
/proc/meminfo: memFree=25686596/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0

[startup+0.027219 s]
/proc/loadavg: 7.88 7.88 7.77 5/182 12185
/proc/meminfo: memFree=25686596/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100208 s]
/proc/loadavg: 7.88 7.88 7.77 5/182 12185
/proc/meminfo: memFree=25686596/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30017 s]
/proc/loadavg: 7.88 7.88 7.77 5/182 12185
/proc/meminfo: memFree=25686596/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701092 s]
/proc/loadavg: 7.88 7.88 7.77 5/182 12185
/proc/meminfo: memFree=25686596/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 7.88 7.88 7.77 6/184 12187
/proc/meminfo: memFree=25589944/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=162008 CPUtime=1.49 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) R 12185 12185 10480 0 -1 4202496 40265 0 0 0 143 6 0 0 25 0 1 0 516335806 165896192 36260 33554432000 4194304 5787044 140733712616512 18446744073709551615 4270683 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12186/statm: 40502 36260 304 389 0 36252 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 170708

[startup+3.10664 s]
/proc/loadavg: 7.81 7.87 7.77 9/187 12190
/proc/meminfo: memFree=24328392/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=1782880 CPUtime=4.46 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) R 12185 12185 10480 0 -1 4202496 411488 0 0 0 386 60 0 0 18 0 4 0 516335806 1825669120 381325 33554432000 4194304 5787044 140733712616512 18446744073709551615 5517120 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 445720 381329 336 389 0 441470 0
[pid=12186/tid=12188] ppid=12185 vsize=1782880 CPUtime=0.77 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 81243 0 0 0 63 14 0 0 18 0 4 0 516336036 1825669120 381333 33554432000 4194304 5787044 140733712616512 18446744073709551615 208079890694 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=1782880 CPUtime=0.46 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 69776 0 0 0 34 12 0 0 18 0 4 0 516336067 1825669120 381338 33554432000 4194304 5787044 140733712616512 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=1782880 CPUtime=0.14 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 44105 0 0 0 7 7 0 0 18 0 4 0 516336099 1825669120 381343 33554432000 4194304 5787044 140733712616512 18446744073709551615 4380057 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1791580

[startup+6.30103 s]
/proc/loadavg: 7.81 7.87 7.77 9/188 12191
/proc/meminfo: memFree=21415488/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=4673604 CPUtime=16.74 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 1118775 0 0 0 1393 281 0 0 18 0 5 0 516335806 4785770496 1066453 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1168401 1066454 345 389 0 1164151 0
[pid=12186/tid=12188] ppid=12185 vsize=4673604 CPUtime=3.82 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 227795 0 0 0 321 61 0 0 18 0 5 0 516336036 4785770496 1066466 33554432000 4194304 5787044 140733712616512 18446744073709551615 208079890694 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=4673604 CPUtime=3.53 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 228474 0 0 0 277 76 0 0 18 0 5 0 516336067 4785770496 1066468 33554432000 4194304 5787044 140733712616512 18446744073709551615 208079923152 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=4673604 CPUtime=3.22 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 230739 0 0 0 270 52 0 0 18 0 5 0 516336099 4785770496 1066470 33554432000 4194304 5787044 140733712616512 18446744073709551615 47874207732960 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=4673604 CPUtime=2.88 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 193185 0 0 0 228 60 0 0 18 0 5 0 516336135 4785770496 1066472 33554432000 4194304 5787044 140733712616512 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 16.74
Current children cumulated vsize (KiB) 4682304

[startup+12.7008 s]
/proc/loadavg: 7.83 7.87 7.77 9/188 12191
/proc/meminfo: memFree=21974748/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=4125668 CPUtime=41.2 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 1187278 0 0 0 3820 300 0 0 18 0 5 0 516335806 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1031417 926519 349 389 0 1027167 0
[pid=12186/tid=12188] ppid=12185 vsize=4125668 CPUtime=9.59 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 229645 0 0 0 897 62 0 0 22 0 5 0 516336036 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4318927 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=4125668 CPUtime=9.48 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 230322 0 0 0 871 77 0 0 25 0 5 0 516336067 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=4125668 CPUtime=9.57 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 246690 0 0 0 903 54 0 0 25 0 5 0 516336099 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330572 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=4125668 CPUtime=9.27 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 242020 0 0 0 852 75 0 0 25 0 5 0 516336135 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.2
Current children cumulated vsize (KiB) 4134368

[startup+25.5004 s]
/proc/loadavg: 7.86 7.87 7.77 9/188 12192
/proc/meminfo: memFree=21974968/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=4125668 CPUtime=92.33 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 1187278 0 0 0 8933 300 0 0 18 0 5 0 516335806 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1031417 926519 349 389 0 1027167 0
[pid=12186/tid=12188] ppid=12185 vsize=4125668 CPUtime=22.39 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 229645 0 0 0 2177 62 0 0 25 0 5 0 516336036 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330763 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=4125668 CPUtime=22.28 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 230322 0 0 0 2151 77 0 0 25 0 5 0 516336067 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=4125668 CPUtime=22.3 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 246690 0 0 0 2176 54 0 0 25 0 5 0 516336099 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=4125668 CPUtime=22.07 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 242020 0 0 0 2132 75 0 0 25 0 5 0 516336135 4224684032 926519 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 92.33
Current children cumulated vsize (KiB) 4134368

[startup+51.1005 s]
/proc/loadavg: 7.99 7.90 7.78 9/188 12192
/proc/meminfo: memFree=22486212/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=3532644 CPUtime=194.59 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 1206893 0 0 0 19151 308 0 0 18 0 5 0 516335806 3617427456 798680 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 883161 798680 351 389 0 878911 0
[pid=12186/tid=12188] ppid=12185 vsize=3532644 CPUtime=47.98 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 229796 0 0 0 4735 63 0 0 25 0 5 0 516336036 3617427456 798680 33554432000 4194304 5787044 140733712616512 18446744073709551615 4276375 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=3532644 CPUtime=47.88 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 230322 0 0 0 4711 77 0 0 25 0 5 0 516336067 3617427456 798680 33554432000 4194304 5787044 140733712616512 18446744073709551615 4276370 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=3532644 CPUtime=47.77 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 255155 0 0 0 4720 57 0 0 25 0 5 0 516336099 3617427456 798680 33554432000 4194304 5787044 140733712616512 18446744073709551615 4276264 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=3532644 CPUtime=47.67 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 253019 0 0 0 4688 79 0 0 25 0 5 0 516336135 3617427456 798680 33554432000 4194304 5787044 140733712616512 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 194.59
Current children cumulated vsize (KiB) 3541344

[startup+102.301 s]
/proc/loadavg: 7.99 7.91 7.79 9/188 12194
/proc/meminfo: memFree=21758520/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=4373280 CPUtime=398.74 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 1689861 0 0 0 39452 422 0 0 18 0 5 0 516335806 4478238720 971118 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1093320 971118 416 389 0 1089070 0
[pid=12186/tid=12188] ppid=12185 vsize=4373280 CPUtime=99.16 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 342244 0 0 0 9825 91 0 0 25 0 5 0 516336036 4478238720 971118 33554432000 4194304 5787044 140733712616512 18446744073709551615 5586806 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=4373280 CPUtime=99.02 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 350049 0 0 0 9791 111 0 0 25 0 5 0 516336067 4478238720 971118 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220873 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=4373280 CPUtime=98.45 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 362529 0 0 0 9772 73 0 0 25 0 5 0 516336099 4478238720 971118 33554432000 4194304 5787044 140733712616512 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=4373280 CPUtime=98.82 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 396438 0 0 0 9767 115 0 0 25 0 5 0 516336135 4478238720 971118 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 4381980

[startup+162.3 s]
/proc/loadavg: 7.99 7.93 7.81 9/188 12195
/proc/meminfo: memFree=21595284/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0

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

/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 397294 0 0 0 87778 127 0 0 25 0 5 0 516336067 5268086784 1170952 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5144616 CPUtime=874.66 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 393114 0 0 0 87377 89 0 0 25 0 5 0 516336099 5268086784 1170952 33554432000 4194304 5787044 140733712616512 18446744073709551615 5590526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5144616 CPUtime=878.36 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 719939 0 0 0 87661 175 0 0 25 0 5 0 516336135 5268086784 1170952 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3514.43
Current children cumulated vsize (KiB) 5153316

[startup+942.301 s]
/proc/loadavg: 8.02 8.01 7.91 9/188 12249
/proc/meminfo: memFree=21002992/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5169860 CPUtime=3754.12 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2122283 0 0 0 374884 528 0 0 18 0 5 0 516335806 5293936640 1179062 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1292465 1179062 418 389 0 1288215 0
[pid=12186/tid=12188] ppid=12185 vsize=5169860 CPUtime=939.1 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 365224 0 0 0 93805 105 0 0 25 0 5 0 516336036 5293936640 1179062 33554432000 4194304 5787044 140733712616512 18446744073709551615 5585273 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5169860 CPUtime=939.05 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 397294 0 0 0 93778 127 0 0 25 0 5 0 516336067 5293936640 1179062 33554432000 4194304 5787044 140733712616512 18446744073709551615 4255012 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5169860 CPUtime=934.66 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 393115 0 0 0 93377 89 0 0 25 0 5 0 516336099 5293936640 1179062 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220762 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5169860 CPUtime=938.04 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 728049 0 0 0 93628 176 0 0 25 0 5 0 516336135 5293936640 1179062 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330488 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3754.12
Current children cumulated vsize (KiB) 5178560

[startup+1002.3 s]
/proc/loadavg: 8.06 8.02 7.92 9/188 12251
/proc/meminfo: memFree=20841600/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5169860 CPUtime=3993.71 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2191408 0 0 0 398828 543 0 0 18 0 5 0 516335806 5293936640 1189909 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1292465 1189909 418 389 0 1288215 0
[pid=12186/tid=12188] ppid=12185 vsize=5169860 CPUtime=999.09 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 367848 0 0 0 99804 105 0 0 25 0 5 0 516336036 5293936640 1189909 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220241 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5169860 CPUtime=999.05 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 398174 0 0 0 99778 127 0 0 25 0 5 0 516336067 5293936640 1189909 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220919 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5169860 CPUtime=994.57 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 395214 0 0 0 99367 90 0 0 25 0 5 0 516336099 5293936640 1189909 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220728 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5169860 CPUtime=997.71 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 791571 0 0 0 99582 189 0 0 25 0 5 0 516336135 5293936640 1189909 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220855 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3993.71
Current children cumulated vsize (KiB) 5178560

[startup+1062.3 s]
/proc/loadavg: 8.13 8.05 7.93 9/188 12252
/proc/meminfo: memFree=20597984/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5300932 CPUtime=4233.39 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2208543 0 0 0 422789 550 0 0 18 0 5 0 516335806 5428154368 1206961 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1325233 1206961 418 389 0 1320983 0
[pid=12186/tid=12188] ppid=12185 vsize=5300932 CPUtime=1059.1 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 373426 0 0 0 105802 108 0 0 25 0 5 0 516336036 5428154368 1206961 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5300932 CPUtime=1059.04 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 401876 0 0 0 105776 128 0 0 25 0 5 0 516336067 5428154368 1206961 33554432000 4194304 5787044 140733712616512 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5300932 CPUtime=1054.57 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 396827 0 0 0 105366 91 0 0 25 0 5 0 516336099 5428154368 1206961 33554432000 4194304 5787044 140733712616512 18446744073709551615 4221032 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5300932 CPUtime=1057.4 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 797813 0 0 0 105549 191 0 0 25 0 5 0 516336135 5428154368 1206961 33554432000 4194304 5787044 140733712616512 18446744073709551615 4228033 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4233.39
Current children cumulated vsize (KiB) 5309632

[startup+1122.3 s]
/proc/loadavg: 8.09 8.05 7.94 9/188 12254
/proc/meminfo: memFree=20386500/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5417672 CPUtime=4473.04 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2229637 0 0 0 446752 552 0 0 18 0 5 0 516335806 5547696128 1228055 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1354418 1228055 418 389 0 1350168 0
[pid=12186/tid=12188] ppid=12185 vsize=5417672 CPUtime=1119.1 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 373426 0 0 0 111802 108 0 0 25 0 5 0 516336036 5547696128 1228055 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220778 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5417672 CPUtime=1119.03 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 401876 0 0 0 111775 128 0 0 25 0 5 0 516336067 5547696128 1228055 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220778 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5417672 CPUtime=1114.56 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 396827 0 0 0 111365 91 0 0 25 0 5 0 516336099 5547696128 1228055 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5417672 CPUtime=1117.06 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 818907 0 0 0 111513 193 0 0 25 0 5 0 516336135 5547696128 1228055 33554432000 4194304 5787044 140733712616512 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4473.04
Current children cumulated vsize (KiB) 5426372

[startup+1182.31 s]
/proc/loadavg: 8.07 8.05 7.94 9/188 12256
/proc/meminfo: memFree=20271248/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5403340 CPUtime=4712.65 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2293817 0 0 0 470701 564 0 0 18 0 5 0 516335806 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1350835 1227359 418 389 0 1346585 0
[pid=12186/tid=12188] ppid=12185 vsize=5403340 CPUtime=1179.04 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 380763 0 0 0 117796 108 0 0 25 0 5 0 516336036 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5403340 CPUtime=1179.01 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 401876 0 0 0 117772 129 0 0 25 0 5 0 516336067 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5403340 CPUtime=1174.56 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 396827 0 0 0 117365 91 0 0 25 0 5 0 516336099 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5403340 CPUtime=1176.74 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 875750 0 0 0 117471 203 0 0 25 0 5 0 516336135 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4712.65
Current children cumulated vsize (KiB) 5412040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.11 8.07 7.95 9/188 12256
/proc/meminfo: memFree=20214684/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5403340 CPUtime=4800.14 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2293817 0 0 0 479450 564 0 0 18 0 5 0 516335806 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1350835 1227359 418 389 0 1346585 0
[pid=12186/tid=12188] ppid=12185 vsize=5403340 CPUtime=1200.96 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 380763 0 0 0 119987 109 0 0 25 0 5 0 516336036 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220878 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5403340 CPUtime=1200.91 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 401876 0 0 0 119962 129 0 0 25 0 5 0 516336067 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5403340 CPUtime=1196.47 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 396827 0 0 0 119556 91 0 0 25 0 5 0 516336099 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4228069 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5403340 CPUtime=1198.53 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 875750 0 0 0 119649 204 0 0 25 0 5 0 516336135 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 5412040

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

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

[startup+1204.2 s]
/proc/loadavg: 8.11 8.07 7.95 9/188 12256
/proc/meminfo: memFree=20214684/32950928 swapFree=67111364/67111528
[pid=12185] ppid=12183 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/12185/stat : 12185 (prissAuto.sh) S 12183 12185 10480 0 -1 4202496 330 0 0 0 0 0 0 0 23 0 1 0 516335806 8908800 251 33554432000 4194304 4922060 140735614905552 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/12185/statm: 2175 251 211 178 0 68 0
[pid=12186] ppid=12185 vsize=5403340 CPUtime=4800.14 cores=1,3,5,7
/proc/12186/stat : 12186 (priss) S 12185 12185 10480 0 -1 4202496 2293817 0 0 0 479450 564 0 0 18 0 5 0 516335806 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/12186/statm: 1350835 1227359 418 389 0 1346585 0
[pid=12186/tid=12188] ppid=12185 vsize=5403340 CPUtime=1200.96 cores=1,3,5,7
/proc/12186/task/12188/stat : 12188 (priss) R 12185 12185 10480 0 -1 4202560 380763 0 0 0 119987 109 0 0 25 0 5 0 516336036 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4220878 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=12186/tid=12189] ppid=12185 vsize=5403340 CPUtime=1200.91 cores=1,3,5,7
/proc/12186/task/12189/stat : 12189 (priss) R 12185 12185 10480 0 -1 4202560 401876 0 0 0 119962 129 0 0 25 0 5 0 516336067 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=12186/tid=12190] ppid=12185 vsize=5403340 CPUtime=1196.47 cores=1,3,5,7
/proc/12186/task/12190/stat : 12190 (priss) R 12185 12185 10480 0 -1 4202560 396827 0 0 0 119556 91 0 0 25 0 5 0 516336099 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4228069 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=12186/tid=12191] ppid=12185 vsize=5403340 CPUtime=1198.53 cores=1,3,5,7
/proc/12186/task/12191/stat : 12191 (priss) R 12185 12185 10480 0 -1 4202560 875750 0 0 0 119649 204 0 0 25 0 5 0 516336135 5533020160 1227359 33554432000 4194304 5787044 140733712616512 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 5412040

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1204.22
CPU time (s): 4800.14
CPU user time (s): 4794.5
CPU system time (s): 5.64
CPU usage (%): 398.609
Max. virtual memory (cumulated for all children) (KiB): 5631744

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.67874 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 05:22:41
IDJOB=3284926
IDBENCH=82367
IDSOLVER=1602
FILE ID=node127/3284926-1304047358
RUNJOBID= node127-1304044555-11814
PBS_JOBID= 13170372
Free space on /tmp= 71712 MiB

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

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

MD5SUM BENCH= fce318b20c1a474ab81b77594d3f6f99
RANDOM SEED=166086636

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25686836 kB
Buffers:       1381496 kB
Cached:        4792948 kB
SwapCached:          0 kB
Active:        2380232 kB
Inactive:      4406424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25686836 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           99312 kB
Writeback:           0 kB
AnonPages:      612208 kB
Mapped:          15676 kB
Slab:           412192 kB
PageTables:       5988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   822932 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= 71712 MiB
End job on node127 at 2011-04-29 05:42:48