Trace number 3281568

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.25 1203.32

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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: 26178
0.00/0.00	c setup for 4cores
1.00/1.08	c parsetime: 1084744us
1.00/1.08	c parsed 3230738 clauses with 154309 variables
1.19/1.29	c NW started thread 0 successfully (1096300864)
1.69/1.51	c NW started thread 1 successfully (1106790720)
2.27/1.76	c NW started thread 2 successfully (1117280576)
3.61/2.11	c NW started thread 3 successfully (1127770432)
348.43/88.68	c preprocessor returned 156309 variables
348.43/88.68	c preprocessing returned UNKNOWN
348.43/88.68	c PP set 2618 variables
348.43/88.68	c pp time: 86500914us (86s)
415.19/105.40	c HTE
424.39/107.73	c preprocessor returned 154609 variables
424.39/107.73	c preprocessing returned UNKNOWN
424.39/107.73	c PP set 2618 variables
424.39/107.73	c pp time: 106404542us (106s)
424.80/107.82	c preprocessor returned 154609 variables
424.80/107.82	c preprocessing returned UNKNOWN
424.80/107.82	c PP set 2618 variables
424.80/107.82	c pp time: 106278949us (106s)
424.80/107.85	c preprocessor returned 154609 variables
424.80/107.85	c preprocessing returned UNKNOWN
424.80/107.85	c PP set 2618 variables
424.80/107.85	c pp time: 106049834us (106s)
466.31/118.27	c subsumption
466.31/118.27	c simplified formula contains 0 unit clauses
602.91/152.41	c HTE
657.47/166.19	c subsumption
657.47/166.19	c simplified formula contains 0 unit clauses
994.99/250.66	c HTE
1050.91/264.66	c subsumption
1050.91/264.66	c simplified formula contains 0 unit clauses
1098.04/276.42	c HTE
1141.97/287.45	c subsumption
1141.97/287.45	c simplified formula contains 0 unit clauses
2542.71/638.13	c HTE
2663.74/668.41	c subsumption
2663.74/668.41	c simplified formula contains 0 unit clauses
2689.72/674.96	c HTE
2815.93/706.55	c subsumption
2815.93/706.55	c simplified formula contains 0 unit clauses
2844.69/713.72	c HTE
2876.61/721.73	c subsumption
2876.61/721.73	c simplified formula contains 0 unit clauses
2904.18/728.65	c HTE
2931.67/735.59	c subsumption
2931.67/735.59	c simplified formula contains 0 unit clauses
4371.20/1095.96	c added unsatisfied clause
4371.20/1095.96	c failed to add network clauses
4529.81/1135.63	c added unsatisfied clause
4529.81/1135.63	c failed to add network 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-3281568-1304039304/watcher-3281568-1304039304 -o /tmp/evaluation-result-3281568-1304039304/solver-3281568-1304039304 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3281568-1304039304.cnf 906001975 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.00 7.68 7.94 5/182 26177
/proc/meminfo: memFree=11695420/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0

[startup+0.0422359 s]
/proc/loadavg: 7.00 7.68 7.94 5/182 26177
/proc/meminfo: memFree=11695420/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100227 s]
/proc/loadavg: 7.00 7.68 7.94 5/182 26177
/proc/meminfo: memFree=11695420/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300191 s]
/proc/loadavg: 7.00 7.68 7.94 5/182 26177
/proc/meminfo: memFree=11695420/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700119 s]
/proc/loadavg: 7.00 7.68 7.94 5/182 26177
/proc/meminfo: memFree=11695420/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50098 s]
/proc/loadavg: 7.00 7.68 7.94 7/184 26179
/proc/meminfo: memFree=11580216/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=495440 CPUtime=1.69 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) R 26177 26177 24860 0 -1 4202496 110007 0 0 0 157 12 0 0 25 0 2 0 515529395 507330560 106003 33554432000 4194304 5787044 140734513960816 18446744073709551615 4449314 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/26178/statm: 123860 106014 333 389 0 119610 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 504140

[startup+3.10069 s]
/proc/loadavg: 6.84 7.63 7.92 9/187 26182
/proc/meminfo: memFree=10738232/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=1721784 CPUtime=7.07 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 384078 0 0 0 576 131 0 0 18 0 5 0 515529395 1763106816 380073 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 430446 380076 345 389 0 426196 0
[pid=26178/tid=26180] ppid=26177 vsize=1721784 CPUtime=1.62 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 67393 0 0 0 131 31 0 0 18 0 5 0 515529524 1763106816 380079 33554432000 4194304 5787044 140734513960816 18446744073709551615 268272347509 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=1721784 CPUtime=1.4 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 62599 0 0 0 113 27 0 0 18 0 5 0 515529546 1763106816 380082 33554432000 4194304 5787044 140734513960816 18446744073709551615 4302161 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=1721784 CPUtime=1.17 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 56418 0 0 0 88 29 0 0 18 0 5 0 515529571 1763106816 380085 33554432000 4194304 5787044 140734513960816 18446744073709551615 268272350241 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1730484

[startup+6.30113 s]
/proc/loadavg: 6.84 7.63 7.92 9/188 26183
/proc/meminfo: memFree=10279404/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=1640988 CPUtime=19.75 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 433147 0 0 0 1827 148 0 0 18 0 5 0 515529395 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 410247 353526 348 389 0 405997 0
[pid=26178/tid=26180] ppid=26177 vsize=1640988 CPUtime=4.82 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 68712 0 0 0 451 31 0 0 25 0 5 0 515529524 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=1640988 CPUtime=4.51 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 73551 0 0 0 423 28 0 0 22 0 5 0 515529546 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4331526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=1640988 CPUtime=4.35 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 70571 0 0 0 400 35 0 0 25 0 5 0 515529571 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=1640988 CPUtime=4 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 66469 0 0 0 371 29 0 0 24 0 5 0 515529606 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330549 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 1649688

[startup+12.701 s]
/proc/loadavg: 7.02 7.64 7.92 9/188 26184
/proc/meminfo: memFree=10278440/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=1640988 CPUtime=45.31 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 433147 0 0 0 4383 148 0 0 18 0 5 0 515529395 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 410247 353526 348 389 0 405997 0
[pid=26178/tid=26180] ppid=26177 vsize=1640988 CPUtime=11.22 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 68712 0 0 0 1091 31 0 0 25 0 5 0 515529524 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4331500 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=1640988 CPUtime=10.91 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 73551 0 0 0 1063 28 0 0 25 0 5 0 515529546 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=1640988 CPUtime=10.75 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 70571 0 0 0 1040 35 0 0 25 0 5 0 515529571 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=1640988 CPUtime=10.37 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 66469 0 0 0 1008 29 0 0 25 0 5 0 515529606 1680371712 353526 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 45.31
Current children cumulated vsize (KiB) 1649688

[startup+25.5007 s]
/proc/loadavg: 6.79 7.57 7.89 6/180 26187
/proc/meminfo: memFree=14281808/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=1566952 CPUtime=96.43 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 468355 0 0 0 9490 153 0 0 18 0 5 0 515529395 1604558848 337130 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 391738 337130 350 389 0 387488 0
[pid=26178/tid=26180] ppid=26177 vsize=1566952 CPUtime=24.01 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 79509 0 0 0 2369 32 0 0 25 0 5 0 515529524 1604558848 337130 33554432000 4194304 5787044 140734513960816 18446744073709551615 4340056 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=1566952 CPUtime=23.71 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 80167 0 0 0 2341 30 0 0 25 0 5 0 515529546 1604558848 337130 33554432000 4194304 5787044 140734513960816 18446744073709551615 4390939 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=1566952 CPUtime=23.55 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 77181 0 0 0 2319 36 0 0 25 0 5 0 515529571 1604558848 337130 33554432000 4194304 5787044 140734513960816 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=1566952 CPUtime=23.1 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 77654 0 0 0 2280 30 0 0 25 0 5 0 515529606 1604558848 337130 33554432000 4194304 5787044 140734513960816 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 96.43
Current children cumulated vsize (KiB) 1575652

[startup+51.1012 s]
/proc/loadavg: 6.84 7.51 7.86 9/188 26217
/proc/meminfo: memFree=13336964/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=1698024 CPUtime=198.7 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 481583 0 0 0 19715 155 0 0 18 0 5 0 515529395 1738776576 350358 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 424506 350358 352 389 0 420256 0
[pid=26178/tid=26180] ppid=26177 vsize=1698024 CPUtime=49.61 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 86060 0 0 0 4928 33 0 0 25 0 5 0 515529524 1738776576 350358 33554432000 4194304 5787044 140734513960816 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=1698024 CPUtime=49.3 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 80173 0 0 0 4900 30 0 0 25 0 5 0 515529546 1738776576 350358 33554432000 4194304 5787044 140734513960816 18446744073709551615 4321713 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=1698024 CPUtime=49.15 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 79911 0 0 0 4879 36 0 0 25 0 5 0 515529571 1738776576 350358 33554432000 4194304 5787044 140734513960816 18446744073709551615 4279184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=1698024 CPUtime=48.57 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 81595 0 0 0 4826 31 0 0 25 0 5 0 515529606 1738776576 350358 33554432000 4194304 5787044 140734513960816 18446744073709551615 4278471 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 198.7
Current children cumulated vsize (KiB) 1706724

[startup+102.307 s]
/proc/loadavg: 7.60 7.61 7.87 9/188 26218
/proc/meminfo: memFree=12598440/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2128388 CPUtime=402.83 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 662514 0 0 0 40084 199 0 0 18 0 5 0 515529395 2179469312 445226 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 532097 445226 402 389 0 527847 0
[pid=26178/tid=26180] ppid=26177 vsize=2128388 CPUtime=100.59 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 143505 0 0 0 10016 43 0 0 25 0 5 0 515529524 2179469312 445226 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2128388 CPUtime=100.5 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 113002 0 0 0 10010 40 0 0 25 0 5 0 515529546 2179469312 445226 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2128388 CPUtime=100.19 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 122266 0 0 0 9970 49 0 0 25 0 5 0 515529571 2179469312 445226 33554432000 4194304 5787044 140734513960816 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2128388 CPUtime=99.49 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 129897 0 0 0 9907 42 0 0 25 0 5 0 515529606 2179469312 445226 33554432000 4194304 5787044 140734513960816 18446744073709551615 4332864 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 402.83
Current children cumulated vsize (KiB) 2137088

[startup+162.3 s]
/proc/loadavg: 7.91 7.69 7.89 9/188 26220
/proc/meminfo: memFree=12650104/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0

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

/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 128443 0 0 0 87823 84 0 0 25 0 5 0 515529546 2436157440 505792 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2379060 CPUtime=880.03 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 147071 0 0 0 87925 78 0 0 25 0 5 0 515529571 2436157440 505792 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2379060 CPUtime=876.49 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 391849 0 0 0 87515 134 0 0 25 0 5 0 515529606 2436157440 505792 33554432000 4194304 5787044 140734513960816 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518
Current children cumulated vsize (KiB) 2387760

[startup+942.301 s]
/proc/loadavg: 4.08 5.32 6.74 5/177 26257
/proc/meminfo: memFree=13915000/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2379060 CPUtime=3757.68 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 988747 0 0 0 375374 394 0 0 18 0 5 0 515529395 2436157440 510725 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 594765 510725 421 389 0 590515 0
[pid=26178/tid=26180] ppid=26177 vsize=2379060 CPUtime=940.34 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 164952 0 0 0 93964 70 0 0 25 0 5 0 515529524 2436157440 510725 33554432000 4194304 5787044 140734513960816 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2379060 CPUtime=938.96 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 129163 0 0 0 93811 85 0 0 25 0 5 0 515529546 2436157440 510725 33554432000 4194304 5787044 140734513960816 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2379060 CPUtime=939.82 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 147072 0 0 0 93903 79 0 0 18 0 5 0 515529571 2436157440 510725 33554432000 4194304 5787044 140734513960816 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2379060 CPUtime=936.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 393716 0 0 0 93513 135 0 0 25 0 5 0 515529606 2436157440 510725 33554432000 4194304 5787044 140734513960816 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.68
Current children cumulated vsize (KiB) 2387760

[startup+1002.3 s]
/proc/loadavg: 4.14 5.10 6.58 5/177 26259
/proc/meminfo: memFree=13890564/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2383628 CPUtime=3997.34 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 994825 0 0 0 399333 401 0 0 18 0 5 0 515529395 2440835072 516803 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 595907 516803 421 389 0 591657 0
[pid=26178/tid=26180] ppid=26177 vsize=2383628 CPUtime=1000.33 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 166542 0 0 0 99961 72 0 0 25 0 5 0 515529524 2440835072 516803 33554432000 4194304 5787044 140734513960816 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2383628 CPUtime=998.94 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 130052 0 0 0 99808 86 0 0 25 0 5 0 515529546 2440835072 516803 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2383628 CPUtime=999.52 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 148164 0 0 0 99872 80 0 0 25 0 5 0 515529571 2440835072 516803 33554432000 4194304 5787044 140734513960816 18446744073709551615 4228862 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2383628 CPUtime=996.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 396223 0 0 0 99510 138 0 0 25 0 5 0 515529606 2440835072 516803 33554432000 4194304 5787044 140734513960816 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.34
Current children cumulated vsize (KiB) 2392328

[startup+1062.3 s]
/proc/loadavg: 4.05 4.90 6.42 5/177 26261
/proc/meminfo: memFree=13852984/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2391760 CPUtime=4236.99 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 1004270 0 0 0 423283 416 0 0 18 0 5 0 515529395 2449162240 526118 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 597940 526118 421 389 0 593690 0
[pid=26178/tid=26180] ppid=26177 vsize=2391760 CPUtime=1060.3 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 167777 0 0 0 105955 75 0 0 25 0 5 0 515529524 2449162240 526118 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2391760 CPUtime=1058.94 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 132052 0 0 0 105802 92 0 0 25 0 5 0 515529546 2449162240 526118 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2391760 CPUtime=1059.21 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 150474 0 0 0 105840 81 0 0 25 0 5 0 515529571 2449162240 526118 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591031 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2391760 CPUtime=1056.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 400123 0 0 0 105505 143 0 0 25 0 5 0 515529606 2449162240 526118 33554432000 4194304 5787044 140734513960816 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.99
Current children cumulated vsize (KiB) 2400460

[startup+1122.3 s]
/proc/loadavg: 4.10 4.75 6.27 5/177 26262
/proc/meminfo: memFree=13836852/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2524576 CPUtime=4476.67 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 1008356 0 0 0 447241 426 0 0 18 0 5 0 515529395 2585165824 529999 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 631144 529999 421 389 0 626894 0
[pid=26178/tid=26180] ppid=26177 vsize=2524576 CPUtime=1120.29 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 168136 0 0 0 111953 76 0 0 25 0 5 0 515529524 2585165824 529999 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2524576 CPUtime=1118.91 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 134669 0 0 0 111794 97 0 0 25 0 5 0 515529546 2585165824 529999 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2524576 CPUtime=1118.93 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 151197 0 0 0 111809 84 0 0 25 0 5 0 515529571 2585165824 529999 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2524576 CPUtime=1116.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 400510 0 0 0 111505 143 0 0 25 0 5 0 515529606 2585165824 529999 33554432000 4194304 5787044 140734513960816 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4476.67
Current children cumulated vsize (KiB) 2533276

[startup+1182.3 s]
/proc/loadavg: 4.03 4.61 6.12 5/177 26264
/proc/meminfo: memFree=13824560/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2524576 CPUtime=4716.32 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 1011640 0 0 0 471193 439 0 0 18 0 5 0 515529395 2585165824 533080 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 631144 533080 421 389 0 626894 0
[pid=26178/tid=26180] ppid=26177 vsize=2524576 CPUtime=1180.27 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 170925 0 0 0 117939 88 0 0 25 0 5 0 515529524 2585165824 533080 33554432000 4194304 5787044 140734513960816 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2524576 CPUtime=1178.89 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 134669 0 0 0 117791 98 0 0 25 0 5 0 515529546 2585165824 533080 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2524576 CPUtime=1178.63 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 151207 0 0 0 117779 84 0 0 25 0 5 0 515529571 2585165824 533080 33554432000 4194304 5787044 140734513960816 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2524576 CPUtime=1176.47 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 400995 0 0 0 117503 144 0 0 25 0 5 0 515529606 2585165824 533080 33554432000 4194304 5787044 140734513960816 18446744073709551615 4220896 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4716.32
Current children cumulated vsize (KiB) 2533276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 4.02 4.57 6.08 5/177 26264
/proc/meminfo: memFree=13821960/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2524576 CPUtime=4800.25 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 1012521 0 0 0 479582 443 0 0 18 0 5 0 515529395 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 631144 533961 421 389 0 626894 0
[pid=26178/tid=26180] ppid=26177 vsize=2524576 CPUtime=1201.28 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 170972 0 0 0 120039 89 0 0 25 0 5 0 515529524 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2524576 CPUtime=1199.9 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 134903 0 0 0 119891 99 0 0 25 0 5 0 515529546 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2524576 CPUtime=1199.52 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 151513 0 0 0 119866 86 0 0 25 0 5 0 515529571 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2524576 CPUtime=1197.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 401289 0 0 0 119604 144 0 0 25 0 5 0 515529606 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2533276

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

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

[startup+1203.3 s]
/proc/loadavg: 4.02 4.57 6.08 5/177 26264
/proc/meminfo: memFree=13821960/32950928 swapFree=67111528/67111528
[pid=26177] ppid=26175 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26177/stat : 26177 (prissAuto.sh) S 26175 26177 24860 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 515529394 8908800 252 33554432000 4194304 4922060 140734913923280 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26177/statm: 2175 252 211 178 0 68 0
[pid=26178] ppid=26177 vsize=2524576 CPUtime=4800.25 cores=0,2,4,6
/proc/26178/stat : 26178 (priss) S 26177 26177 24860 0 -1 4202496 1012521 0 0 0 479582 443 0 0 18 0 5 0 515529395 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 268284512689 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/26178/statm: 631144 533961 421 389 0 626894 0
[pid=26178/tid=26180] ppid=26177 vsize=2524576 CPUtime=1201.28 cores=0,2,4,6
/proc/26178/task/26180/stat : 26180 (priss) R 26177 26177 24860 0 -1 4202560 170972 0 0 0 120039 89 0 0 25 0 5 0 515529524 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26178/tid=26181] ppid=26177 vsize=2524576 CPUtime=1199.9 cores=0,2,4,6
/proc/26178/task/26181/stat : 26181 (priss) R 26177 26177 24860 0 -1 4202560 134903 0 0 0 119891 99 0 0 25 0 5 0 515529546 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26178/tid=26182] ppid=26177 vsize=2524576 CPUtime=1199.52 cores=0,2,4,6
/proc/26178/task/26182/stat : 26182 (priss) R 26177 26177 24860 0 -1 4202560 151513 0 0 0 119866 86 0 0 25 0 5 0 515529571 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26178/tid=26183] ppid=26177 vsize=2524576 CPUtime=1197.48 cores=0,2,4,6
/proc/26178/task/26183/stat : 26183 (priss) R 26177 26177 24860 0 -1 4202560 401289 0 0 0 119604 144 0 0 25 0 5 0 515529606 2585165824 533961 33554432000 4194304 5787044 140734513960816 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 2533276

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.32
CPU time (s): 4800.25
CPU user time (s): 4795.82
CPU system time (s): 4.43
CPU usage (%): 398.916
Max. virtual memory (cumulated for all children) (KiB): 2533276

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

runsolver used 1.84372 second user time and 4.25435 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-29 03:08:26
IDJOB=3281568
IDBENCH=69571
IDSOLVER=1602
FILE ID=node122/3281568-1304039304
RUNJOBID= node122-1304036813-25814
PBS_JOBID= 13170330
Free space on /tmp= 71296 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281568-1304039304/watcher-3281568-1304039304 -o /tmp/evaluation-result-3281568-1304039304/solver-3281568-1304039304 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3281568-1304039304.cnf 906001975 4800 15500 4

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=906001975

node122.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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11695576 kB
Buffers:       1732312 kB
Cached:       14934332 kB
SwapCached:          0 kB
Active:        9617436 kB
Inactive:     11064636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11695576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          365504 kB
Writeback:           0 kB
AnonPages:     4014916 kB
Mapped:          15816 kB
Slab:           502976 kB
PageTables:      12752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4349068 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= 71596 MiB
End job on node122 at 2011-04-29 03:28:31