Trace number 3249269

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.32 1201.92

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

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: 13048
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 8704us
0.00/0.01	c parsed 34235 clauses with 820 variables
0.00/0.01	c NW started thread 0 successfully (1087453504)
0.00/0.01	c NW started thread 1 successfully (1113831744)
0.00/0.02	c NW started thread 2 successfully (1097943360)
0.00/0.03	c NW started thread 3 successfully (1124321600)
7.52/1.90	c preprocessor returned 10011 variables
7.52/1.90	c preprocessing returned UNKNOWN
7.52/1.90	c PP set 0 variables
7.52/1.90	c pp time: 1872512us (1s)
7.52/1.90	c preprocessor returned 10011 variables
7.52/1.90	c preprocessing returned UNKNOWN
7.52/1.90	c PP set 0 variables
7.52/1.90	c pp time: 1879449us (1s)
7.52/1.90	c preprocessor returned 10011 variables
7.52/1.90	c preprocessing returned UNKNOWN
7.52/1.90	c PP set 0 variables
7.52/1.90	c pp time: 1872837us (1s)
62.63/15.73	c preprocessor returned 30007 variables
62.63/15.73	c preprocessing returned UNKNOWN
62.63/15.73	c PP set 0 variables
62.63/15.73	c pp time: 15699458us (15s)

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-3249269-1304055851/watcher-3249269-1304055851 -o /tmp/evaluation-result-3249269-1304055851/solver-3249269-1304055851 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3249269-1304055851.cnf 1306071492 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.50 7.97 8.00 5/182 13047
/proc/meminfo: memFree=26228644/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0

[startup+0.081623 s]
/proc/loadavg: 7.50 7.97 8.00 5/182 13047
/proc/meminfo: memFree=26228644/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.175865 s]
/proc/loadavg: 7.50 7.97 8.00 5/182 13047
/proc/meminfo: memFree=26228644/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300582 s]
/proc/loadavg: 7.50 7.97 8.00 5/182 13047
/proc/meminfo: memFree=26228644/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700507 s]
/proc/loadavg: 7.50 7.97 8.00 5/182 13047
/proc/meminfo: memFree=26228644/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 7.62 7.99 8.00 10/188 13053
/proc/meminfo: memFree=26201948/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=288220 CPUtime=5.92 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 12282 0 0 0 590 2 0 0 25 0 5 0 517184761 295137280 10548 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 72055 10548 355 389 0 67805 0
[pid=13048/tid=13050] ppid=13047 vsize=288220 CPUtime=1.47 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 2766 0 0 0 147 0 0 0 19 0 5 0 517184762 295137280 10548 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=288220 CPUtime=1.47 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 2010 0 0 0 147 0 0 0 19 0 5 0 517184762 295137280 10548 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=288220 CPUtime=1.46 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 1671 0 0 0 146 0 0 0 19 0 5 0 517184763 295137280 10548 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=288220 CPUtime=1.45 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 3113 0 0 0 145 0 0 0 25 0 5 0 517184764 295137280 10548 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 296920

[startup+3.10105 s]
/proc/loadavg: 7.62 7.99 8.00 9/188 13053
/proc/meminfo: memFree=26178884/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=293824 CPUtime=12.31 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 19666 0 0 0 1225 6 0 0 25 0 5 0 517184761 300875776 14993 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 73456 14993 404 389 0 69206 0
[pid=13048/tid=13050] ppid=13047 vsize=293824 CPUtime=3.07 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 5222 0 0 0 306 1 0 0 19 0 5 0 517184762 300875776 14993 33554432000 4194304 5787044 140736105843744 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=293824 CPUtime=3.07 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 4648 0 0 0 305 2 0 0 24 0 5 0 517184762 300875776 14993 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=293824 CPUtime=3.06 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 3865 0 0 0 305 1 0 0 19 0 5 0 517184763 300875776 14993 33554432000 4194304 5787044 140736105843744 18446744073709551615 208079893189 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=293824 CPUtime=3.04 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 3209 0 0 0 304 0 0 0 25 0 5 0 517184764 300875776 14993 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 302524

[startup+6.30044 s]
/proc/loadavg: 7.62 7.99 8.00 9/188 13054
/proc/meminfo: memFree=26142192/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=308980 CPUtime=25.09 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 29514 0 0 0 2496 13 0 0 25 0 5 0 517184761 316395520 24841 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 77245 24841 404 389 0 72995 0
[pid=13048/tid=13050] ppid=13047 vsize=308980 CPUtime=6.27 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 9300 0 0 0 623 4 0 0 20 0 5 0 517184762 316395520 24841 33554432000 4194304 5787044 140736105843744 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=308980 CPUtime=6.27 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 7645 0 0 0 623 4 0 0 25 0 5 0 517184762 316395520 24841 33554432000 4194304 5787044 140736105843744 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=308980 CPUtime=6.26 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 6635 0 0 0 623 3 0 0 20 0 5 0 517184763 316395520 24841 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=308980 CPUtime=6.22 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 3212 0 0 0 622 0 0 0 25 0 5 0 517184764 316395520 24841 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 317680

[startup+12.7012 s]
/proc/loadavg: 7.76 8.00 8.01 9/188 13054
/proc/meminfo: memFree=26028636/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=329168 CPUtime=50.65 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 45470 0 0 0 5043 22 0 0 25 0 5 0 517184761 337068032 40797 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 82292 40797 404 389 0 78042 0
[pid=13048/tid=13050] ppid=13047 vsize=329168 CPUtime=12.67 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 14774 0 0 0 1259 8 0 0 25 0 5 0 517184762 337068032 40797 33554432000 4194304 5787044 140736105843744 18446744073709551615 4254617 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=329168 CPUtime=12.66 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 13101 0 0 0 1259 7 0 0 25 0 5 0 517184762 337068032 40797 33554432000 4194304 5787044 140736105843744 18446744073709551615 4229504 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=329168 CPUtime=12.65 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 11661 0 0 0 1261 4 0 0 25 0 5 0 517184763 337068032 40797 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=329168 CPUtime=12.59 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 3212 0 0 0 1259 0 0 0 25 0 5 0 517184764 337068032 40797 33554432000 4194304 5787044 140736105843744 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 337868

[startup+25.5008 s]
/proc/loadavg: 7.87 8.02 8.01 9/188 13054
/proc/meminfo: memFree=25801844/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=506324 CPUtime=101.74 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 86264 0 0 0 10129 45 0 0 25 0 5 0 517184761 518475776 79858 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 126581 79858 417 389 0 122331 0
[pid=13048/tid=13050] ppid=13047 vsize=506324 CPUtime=25.47 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 26555 0 0 0 2532 15 0 0 21 0 5 0 517184762 518475776 79858 33554432000 4194304 5787044 140736105843744 18446744073709551615 4216669 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=506324 CPUtime=25.45 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 22810 0 0 0 2531 14 0 0 25 0 5 0 517184762 518475776 79858 33554432000 4194304 5787044 140736105843744 18446744073709551615 4229309 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=506324 CPUtime=25.42 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 21120 0 0 0 2533 9 0 0 25 0 5 0 517184763 518475776 79858 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=506324 CPUtime=25.34 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 13057 0 0 0 2529 5 0 0 23 0 5 0 517184764 518475776 79858 33554432000 4194304 5787044 140736105843744 18446744073709551615 208080337439 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 515024

[startup+51.1009 s]
/proc/loadavg: 7.92 8.02 8.01 9/188 13055
/proc/meminfo: memFree=25491064/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=768652 CPUtime=203.98 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 148368 0 0 0 20317 81 0 0 25 0 5 0 517184761 787099648 141797 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 192163 141797 417 389 0 187913 0
[pid=13048/tid=13050] ppid=13047 vsize=768652 CPUtime=51.07 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 44082 0 0 0 5080 27 0 0 25 0 5 0 517184762 787099648 141797 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591535 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=768652 CPUtime=51.04 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 39873 0 0 0 5080 24 0 0 25 0 5 0 517184762 787099648 141797 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=768652 CPUtime=50.87 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 35408 0 0 0 5073 14 0 0 25 0 5 0 517184763 787099648 141797 33554432000 4194304 5787044 140736105843744 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=768652 CPUtime=50.94 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 26283 0 0 0 5080 14 0 0 25 0 5 0 517184764 787099648 141797 33554432000 4194304 5787044 140736105843744 18446744073709551615 5528442 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 777352

[startup+102.307 s]
/proc/loadavg: 8.01 8.03 8.01 9/188 13056
/proc/meminfo: memFree=25070060/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=1040060 CPUtime=408.49 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 224052 0 0 0 40721 128 0 0 25 0 5 0 517184761 1065021440 217232 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 260015 217232 417 389 0 255765 0
[pid=13048/tid=13050] ppid=13047 vsize=1040060 CPUtime=102.26 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 65180 0 0 0 10186 40 0 0 25 0 5 0 517184762 1065021440 217232 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=1040060 CPUtime=102.23 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 60432 0 0 0 10186 37 0 0 18 0 5 0 517184762 1065021440 217232 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=1040060 CPUtime=101.79 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 52758 0 0 0 10158 21 0 0 25 0 5 0 517184763 1065021440 217232 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=1040060 CPUtime=102.14 cores=1,3,5,7

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

/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 235705 0 0 0 87910 222 0 0 25 0 5 0 517184762 3852390400 881316 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=3762100 CPUtime=878.48 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 226259 0 0 0 87734 114 0 0 25 0 5 0 517184763 3852390400 881316 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=3762100 CPUtime=882.1 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 183253 0 0 0 88038 172 0 0 25 0 5 0 517184764 3852390400 881316 33554432000 4194304 5787044 140736105843744 18446744073709551615 5528078 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.86
Current children cumulated vsize (KiB) 3770800

[startup+942.301 s]
/proc/loadavg: 8.10 8.10 8.02 9/188 13079
/proc/meminfo: memFree=21276404/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=3958708 CPUtime=3763.51 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 954944 0 0 0 375555 796 0 0 25 0 5 0 517184761 4053716992 941705 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 989677 941705 417 389 0 985427 0
[pid=13048/tid=13050] ppid=13047 vsize=3958708 CPUtime=941.9 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 274372 0 0 0 93945 245 0 0 25 0 5 0 517184762 4053716992 941706 33554432000 4194304 5787044 140736105843744 18446744073709551615 208079893537 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=3958708 CPUtime=941.31 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 265659 0 0 0 93870 261 0 0 25 0 5 0 517184762 4053716992 941706 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=3958708 CPUtime=938.32 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 226352 0 0 0 93717 115 0 0 25 0 5 0 517184763 4053716992 941707 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=3958708 CPUtime=941.92 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 185840 0 0 0 94019 173 0 0 25 0 5 0 517184764 4053716992 941707 33554432000 4194304 5787044 140736105843744 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.51
Current children cumulated vsize (KiB) 3967408

[startup+1002.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 13080
/proc/meminfo: memFree=20885412/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4254908 CPUtime=4003.16 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1018405 0 0 0 399441 875 0 0 25 0 5 0 517184761 4357025792 1005166 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1063727 1005166 417 389 0 1059477 0
[pid=13048/tid=13050] ppid=13047 vsize=4254908 CPUtime=1001.9 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 301541 0 0 0 99908 282 0 0 25 0 5 0 517184762 4357025792 1005166 33554432000 4194304 5787044 140736105843744 18446744073709551615 4220873 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4254908 CPUtime=1001.31 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 291926 0 0 0 99834 297 0 0 25 0 5 0 517184762 4357025792 1005166 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4254908 CPUtime=998.31 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 235041 0 0 0 99712 119 0 0 25 0 5 0 517184763 4357025792 1005167 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4254908 CPUtime=1001.59 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 187175 0 0 0 99984 175 0 0 25 0 5 0 517184764 4357025792 1005167 33554432000 4194304 5787044 140736105843744 18446744073709551615 5528394 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.16
Current children cumulated vsize (KiB) 4263608

[startup+1062.3 s]
/proc/loadavg: 8.12 8.10 8.03 9/188 13091
/proc/meminfo: memFree=20554012/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4482368 CPUtime=4242.75 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1079233 0 0 0 423341 934 0 0 25 0 5 0 517184761 4589944832 1065003 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1120592 1065003 417 389 0 1116342 0
[pid=13048/tid=13050] ppid=13047 vsize=4482368 CPUtime=1061.89 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 322072 0 0 0 105881 308 0 0 25 0 5 0 517184762 4589944832 1065003 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4482368 CPUtime=1061.26 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 306972 0 0 0 105812 314 0 0 25 0 5 0 517184762 4589944832 1065003 33554432000 4194304 5787044 140736105843744 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4482368 CPUtime=1058.28 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 258941 0 0 0 105695 133 0 0 25 0 5 0 517184763 4589944832 1065003 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4482368 CPUtime=1061.25 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 188526 0 0 0 105948 177 0 0 25 0 5 0 517184764 4589944832 1065003 33554432000 4194304 5787044 140736105843744 18446744073709551615 5528390 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.75
Current children cumulated vsize (KiB) 4491068

[startup+1122.3 s]
/proc/loadavg: 8.13 8.11 8.03 9/188 13092
/proc/meminfo: memFree=20394900/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4636992 CPUtime=4482.41 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1118786 0 0 0 447263 978 0 0 25 0 5 0 517184761 4748279808 1104556 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1159248 1104556 417 389 0 1154998 0
[pid=13048/tid=13050] ppid=13047 vsize=4636992 CPUtime=1121.89 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 322077 0 0 0 111880 309 0 0 25 0 5 0 517184762 4748279808 1104556 33554432000 4194304 5787044 140736105843744 18446744073709551615 4220288 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4636992 CPUtime=1121.25 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 306974 0 0 0 111810 315 0 0 25 0 5 0 517184762 4748279808 1104556 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4636992 CPUtime=1118.29 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 281099 0 0 0 111680 149 0 0 25 0 5 0 517184763 4748279808 1104556 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4636992 CPUtime=1120.92 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 205914 0 0 0 111889 203 0 0 25 0 5 0 517184764 4748279808 1104556 33554432000 4194304 5787044 140736105843744 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 4645692

[startup+1182.3 s]
/proc/loadavg: 8.08 8.10 8.03 9/188 13094
/proc/meminfo: memFree=20246580/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4786496 CPUtime=4722.07 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1155996 0 0 0 471178 1029 0 0 25 0 5 0 517184761 4901371904 1141766 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1196624 1141766 417 389 0 1192374 0
[pid=13048/tid=13050] ppid=13047 vsize=4786496 CPUtime=1181.88 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 322094 0 0 0 117878 310 0 0 25 0 5 0 517184762 4901371904 1141766 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4786496 CPUtime=1181.25 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 306996 0 0 0 117808 317 0 0 25 0 5 0 517184762 4901371904 1141766 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4786496 CPUtime=1178.28 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 301671 0 0 0 117664 164 0 0 25 0 5 0 517184763 4901371904 1141766 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4786496 CPUtime=1180.6 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 222513 0 0 0 117824 236 0 0 25 0 5 0 517184764 4901371904 1141766 33554432000 4194304 5787044 140736105843744 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.07
Current children cumulated vsize (KiB) 4795196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.76 8.03 8.01 9/188 13162
/proc/meminfo: memFree=21656772/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4792808 CPUtime=4800.32 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1162961 0 0 0 478991 1041 0 0 25 0 5 0 517184761 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1198202 1148731 417 389 0 1193952 0
[pid=13048/tid=13050] ppid=13047 vsize=4792808 CPUtime=1201.44 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 322105 0 0 0 119834 310 0 0 25 0 5 0 517184762 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4792808 CPUtime=1200.84 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 307012 0 0 0 119767 317 0 0 25 0 5 0 517184762 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4792808 CPUtime=1197.88 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 303109 0 0 0 119622 166 0 0 25 0 5 0 517184763 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4792808 CPUtime=1200.09 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 228013 0 0 0 119763 246 0 0 25 0 5 0 517184764 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4801508

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

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

[startup+1201.9 s]
/proc/loadavg: 7.76 8.03 8.01 9/188 13162
/proc/meminfo: memFree=21656772/32950928 swapFree=67111364/67111528
[pid=13047] ppid=13045 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/13047/stat : 13047 (prissAuto.sh) S 13045 13047 12570 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517184761 8908800 252 33554432000 4194304 4922060 140736725100672 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/13047/statm: 2175 252 211 178 0 68 0
[pid=13048] ppid=13047 vsize=4792808 CPUtime=4800.32 cores=1,3,5,7
/proc/13048/stat : 13048 (priss) S 13047 13047 12570 0 -1 4202496 1162961 0 0 0 478991 1041 0 0 25 0 5 0 517184761 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 208092055985 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/13048/statm: 1198202 1148731 417 389 0 1193952 0
[pid=13048/tid=13050] ppid=13047 vsize=4792808 CPUtime=1201.44 cores=1,3,5,7
/proc/13048/task/13050/stat : 13050 (priss) R 13047 13047 12570 0 -1 4202560 322105 0 0 0 119834 310 0 0 25 0 5 0 517184762 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=13048/tid=13051] ppid=13047 vsize=4792808 CPUtime=1200.84 cores=1,3,5,7
/proc/13048/task/13051/stat : 13051 (priss) R 13047 13047 12570 0 -1 4202560 307012 0 0 0 119767 317 0 0 25 0 5 0 517184762 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=13048/tid=13052] ppid=13047 vsize=4792808 CPUtime=1197.88 cores=1,3,5,7
/proc/13048/task/13052/stat : 13052 (priss) R 13047 13047 12570 0 -1 4202560 303109 0 0 0 119622 166 0 0 25 0 5 0 517184763 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=13048/tid=13053] ppid=13047 vsize=4792808 CPUtime=1200.09 cores=1,3,5,7
/proc/13048/task/13053/stat : 13053 (priss) R 13047 13047 12570 0 -1 4202560 228013 0 0 0 119763 246 0 0 25 0 5 0 517184764 4907835392 1148731 33554432000 4194304 5787044 140736105843744 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 4801508

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.32
CPU user time (s): 4789.91
CPU system time (s): 10.41
CPU usage (%): 399.389
Max. virtual memory (cumulated for all children) (KiB): 4801508

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

runsolver used 1.73474 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-29 07:44:11
IDJOB=3249269
IDBENCH=83163
IDSOLVER=1602
FILE ID=node127/3249269-1304055851
RUNJOBID= node127-1304052231-12589
PBS_JOBID= 13170417
Free space on /tmp= 71816 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249269-1304055851/watcher-3249269-1304055851 -o /tmp/evaluation-result-3249269-1304055851/solver-3249269-1304055851 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3249269-1304055851.cnf 1306071492 4800 15500 4

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=1306071492

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:      26228916 kB
Buffers:       1385044 kB
Cached:        4694780 kB
SwapCached:          0 kB
Active:        1842988 kB
Inactive:      4404604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26228916 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7792 kB
Writeback:           0 kB
AnonPages:      167676 kB
Mapped:          15400 kB
Slab:           410656 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   348760 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= 71812 MiB
End job on node127 at 2011-04-29 08:04:15