Trace number 3250721

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
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 variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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: 31671
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 4068us
0.00/0.00	c parsed 13362 clauses with 218 variables
0.00/0.00	c NW started thread 0 successfully (1090799936)
0.00/0.01	c NW started thread 1 successfully (1102924096)
0.00/0.01	c NW started thread 2 successfully (1113413952)
0.00/0.01	c NW started thread 3 successfully (1123903808)
0.00/0.96	c preprocessor returned 10008 variables
0.00/0.96	c preprocessing returned UNKNOWN
0.00/0.96	c PP set 0 variables
0.00/0.96	c pp time: 939418us (0s)
0.00/0.96	c preprocessor returned 10008 variables
0.00/0.96	c preprocessing returned UNKNOWN
0.00/0.96	c PP set 0 variables
0.00/0.96	c pp time: 942481us (0s)
0.00/0.96	c preprocessor returned 10008 variables
0.00/0.96	c preprocessing returned UNKNOWN
0.00/0.96	c PP set 0 variables
0.00/0.96	c pp time: 941356us (0s)
269.57/67.55	c preprocessor returned 30014 variables
269.57/67.55	c preprocessing returned UNKNOWN
269.57/67.55	c PP set 0 variables
269.57/67.55	c pp time: 67543910us (67s)

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-3250721-1304061260/watcher-3250721-1304061260 -o /tmp/evaluation-result-3250721-1304061260/solver-3250721-1304061260 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3250721-1304061260.cnf 1553765983 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.86 8.01 7.90 5/182 31670
/proc/meminfo: memFree=27746696/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0

[startup+0.0752981 s]
/proc/loadavg: 7.86 8.01 7.90 5/182 31670
/proc/meminfo: memFree=27746696/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100293 s]
/proc/loadavg: 7.86 8.01 7.90 5/182 31670
/proc/meminfo: memFree=27746696/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300257 s]
/proc/loadavg: 7.86 8.01 7.90 5/182 31670
/proc/meminfo: memFree=27746696/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700185 s]
/proc/loadavg: 7.86 8.01 7.90 5/182 31670
/proc/meminfo: memFree=27746696/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50104 s]
/proc/loadavg: 7.86 8.01 7.90 10/188 31676
/proc/meminfo: memFree=27717268/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=279012 CPUtime=5.94 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 9179 0 0 0 593 1 0 0 19 0 5 0 517723748 285708288 7778 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 69753 7778 404 389 0 65503 0
[pid=31671/tid=31673] ppid=31670 vsize=279012 CPUtime=1.48 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 1669 0 0 0 148 0 0 0 19 0 5 0 517723749 285708288 7778 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591615 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=279012 CPUtime=1.47 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 1946 0 0 0 147 0 0 0 19 0 5 0 517723749 285708288 7778 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590393 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=279012 CPUtime=1.47 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 1664 0 0 0 147 0 0 0 19 0 5 0 517723749 285708288 7778 33554432000 4194304 5787044 140735424482160 18446744073709551615 5588291 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=279012 CPUtime=1.48 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2255 0 0 0 148 0 0 0 19 0 5 0 517723749 285708288 7778 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 287712

[startup+3.10075 s]
/proc/loadavg: 7.86 8.01 7.90 9/188 31676
/proc/meminfo: memFree=27715464/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=279552 CPUtime=12.34 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 9671 0 0 0 1232 2 0 0 19 0 5 0 517723748 286261248 8270 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 69888 8270 404 389 0 65638 0
[pid=31671/tid=31673] ppid=31670 vsize=279552 CPUtime=3.08 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 1827 0 0 0 308 0 0 0 23 0 5 0 517723749 286261248 8270 33554432000 4194304 5787044 140735424482160 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=279552 CPUtime=3.06 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 2120 0 0 0 306 0 0 0 23 0 5 0 517723749 286261248 8270 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=279552 CPUtime=3.07 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 1822 0 0 0 307 0 0 0 23 0 5 0 517723749 286261248 8270 33554432000 4194304 5787044 140735424482160 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=279552 CPUtime=3.08 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2257 0 0 0 308 0 0 0 23 0 5 0 517723749 286261248 8270 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 288252

[startup+6.30117 s]
/proc/loadavg: 7.87 8.01 7.90 9/188 31676
/proc/meminfo: memFree=27707096/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=284180 CPUtime=25.12 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 11771 0 0 0 2509 3 0 0 19 0 5 0 517723748 291000320 10370 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 71045 10370 404 389 0 66795 0
[pid=31671/tid=31673] ppid=31670 vsize=284180 CPUtime=6.28 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 2084 0 0 0 628 0 0 0 25 0 5 0 517723749 291000320 10370 33554432000 4194304 5787044 140735424482160 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=284180 CPUtime=6.25 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 2470 0 0 0 624 1 0 0 25 0 5 0 517723749 291000320 10370 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=284180 CPUtime=6.28 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 3315 0 0 0 627 1 0 0 25 0 5 0 517723749 291000320 10370 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=284180 CPUtime=6.28 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2257 0 0 0 628 0 0 0 25 0 5 0 517723749 291000320 10370 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359250 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292880

[startup+12.701 s]
/proc/loadavg: 7.88 8.01 7.90 9/188 31676
/proc/meminfo: memFree=27687392/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=285068 CPUtime=50.68 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 13002 0 0 0 5064 4 0 0 19 0 5 0 517723748 291909632 11601 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 71267 11601 404 389 0 67017 0
[pid=31671/tid=31673] ppid=31670 vsize=285068 CPUtime=12.67 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 2544 0 0 0 1267 0 0 0 25 0 5 0 517723749 291909632 11601 33554432000 4194304 5787044 140735424482160 18446744073709551615 4238732 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=285068 CPUtime=12.61 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 2857 0 0 0 1260 1 0 0 25 0 5 0 517723749 291909632 11601 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=285068 CPUtime=12.68 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 3699 0 0 0 1267 1 0 0 25 0 5 0 517723749 291909632 11601 33554432000 4194304 5787044 140735424482160 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=285068 CPUtime=12.68 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2257 0 0 0 1268 0 0 0 25 0 5 0 517723749 291909632 11601 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 293768

[startup+25.5007 s]
/proc/loadavg: 7.91 8.01 7.90 9/188 31677
/proc/meminfo: memFree=27666084/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=294056 CPUtime=101.8 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 16726 0 0 0 10173 7 0 0 19 0 5 0 517723748 301113344 15324 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 73514 15324 404 389 0 69264 0
[pid=31671/tid=31673] ppid=31670 vsize=294056 CPUtime=25.48 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 3835 0 0 0 2546 2 0 0 25 0 5 0 517723749 301113344 15324 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=294056 CPUtime=25.34 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 4356 0 0 0 2532 2 0 0 25 0 5 0 517723749 301113344 15324 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=294056 CPUtime=25.47 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 4633 0 0 0 2545 2 0 0 25 0 5 0 517723749 301113344 15324 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591737 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=294056 CPUtime=25.48 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2257 0 0 0 2548 0 0 0 25 0 5 0 517723749 301113344 15324 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 302756

[startup+51.1011 s]
/proc/loadavg: 8.06 8.04 7.91 9/188 31677
/proc/meminfo: memFree=27630944/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=302260 CPUtime=204.06 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 21262 0 0 0 20394 12 0 0 19 0 5 0 517723748 309514240 19858 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 75565 19858 404 389 0 71315 0
[pid=31671/tid=31673] ppid=31670 vsize=302260 CPUtime=51.08 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 5099 0 0 0 5104 4 0 0 25 0 5 0 517723749 309514240 19858 33554432000 4194304 5787044 140735424482160 18446744073709551615 218905392161 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=302260 CPUtime=50.8 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 5205 0 0 0 5077 3 0 0 25 0 5 0 517723749 309514240 19858 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=302260 CPUtime=51.07 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 7056 0 0 0 5103 4 0 0 25 0 5 0 517723749 309514240 19858 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=302260 CPUtime=51.08 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 2257 0 0 0 5108 0 0 0 25 0 5 0 517723749 309514240 19858 33554432000 4194304 5787044 140735424482160 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 310960

[startup+102.307 s]
/proc/loadavg: 8.15 8.06 7.92 9/188 31679
/proc/meminfo: memFree=27579080/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=314756 CPUtime=408.58 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 28748 0 0 0 40834 24 0 0 19 0 5 0 517723748 322310144 26564 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 78689 26564 417 389 0 74439 0
[pid=31671/tid=31673] ppid=31670 vsize=314756 CPUtime=102.26 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 6475 0 0 0 10219 7 0 0 25 0 5 0 517723749 322310144 26564 33554432000 4194304 5787044 140735424482160 18446744073709551615 4254975 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=314756 CPUtime=101.72 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 6547 0 0 0 10166 6 0 0 25 0 5 0 517723749 322310144 26564 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=314756 CPUtime=102.28 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 8326 0 0 0 10221 7 0 0 25 0 5 0 517723749 322310144 26564 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=314756 CPUtime=102.28 cores=1,3,5,7

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

/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 16496 0 0 0 87934 24 0 0 25 0 5 0 517723749 400973824 72271 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=391576 CPUtime=882.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 16432 0 0 0 88203 23 0 0 25 0 5 0 517723749 400973824 72271 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=391576 CPUtime=880.12 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 19604 0 0 0 87986 26 0 0 25 0 5 0 517723749 400973824 72271 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917555024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.23
Current children cumulated vsize (KiB) 400276

[startup+942.3 s]
/proc/loadavg: 8.19 8.14 8.02 9/188 31701
/proc/meminfo: memFree=27235000/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=403876 CPUtime=3763.91 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 77774 0 0 0 376296 95 0 0 19 0 5 0 517723748 413569024 74797 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 100969 74797 417 389 0 96719 0
[pid=31671/tid=31673] ppid=31670 vsize=403876 CPUtime=942.24 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 22758 0 0 0 94204 20 0 0 25 0 5 0 517723749 413569024 74797 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=403876 CPUtime=939.57 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 17334 0 0 0 93933 24 0 0 25 0 5 0 517723749 413569024 74797 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=403876 CPUtime=942.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 16432 0 0 0 94203 23 0 0 25 0 5 0 517723749 413569024 74797 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=403876 CPUtime=939.8 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 19605 0 0 0 93954 26 0 0 25 0 5 0 517723749 413569024 74797 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 412576

[startup+1002.3 s]
/proc/loadavg: 8.20 8.14 8.02 9/188 31703
/proc/meminfo: memFree=27213640/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=414116 CPUtime=4003.58 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 82286 0 0 0 400258 100 0 0 19 0 5 0 517723748 424054784 79309 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 103529 79309 417 389 0 99279 0
[pid=31671/tid=31673] ppid=31670 vsize=414116 CPUtime=1002.24 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 23912 0 0 0 100203 21 0 0 25 0 5 0 517723749 424054784 79309 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=414116 CPUtime=999.57 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 18184 0 0 0 99931 26 0 0 25 0 5 0 517723749 424054784 79309 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=414116 CPUtime=1002.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 18431 0 0 0 100201 25 0 0 25 0 5 0 517723749 424054784 79309 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=414116 CPUtime=999.47 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 20114 0 0 0 99920 27 0 0 25 0 5 0 517723749 424054784 79309 33554432000 4194304 5787044 140735424482160 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 422816

[startup+1062.3 s]
/proc/loadavg: 8.19 8.14 8.03 9/188 31704
/proc/meminfo: memFree=27174920/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=421692 CPUtime=4243.27 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 87566 0 0 0 424218 109 0 0 19 0 5 0 517723748 431812608 84589 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 105423 84589 417 389 0 101173 0
[pid=31671/tid=31673] ppid=31670 vsize=421692 CPUtime=1062.24 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 25004 0 0 0 106202 22 0 0 25 0 5 0 517723749 431812608 84589 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=421692 CPUtime=1059.57 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 20273 0 0 0 105929 28 0 0 25 0 5 0 517723749 431812608 84589 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=421692 CPUtime=1062.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 19661 0 0 0 106198 28 0 0 25 0 5 0 517723749 431812608 84589 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=421692 CPUtime=1059.14 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 20983 0 0 0 105886 28 0 0 25 0 5 0 517723749 431812608 84589 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 430392

[startup+1122.3 s]
/proc/loadavg: 8.18 8.15 8.03 9/188 31706
/proc/meminfo: memFree=27139796/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=503500 CPUtime=4482.94 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 93518 0 0 0 448178 116 0 0 19 0 5 0 517723748 515584000 90283 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 125875 90283 417 389 0 121625 0
[pid=31671/tid=31673] ppid=31670 vsize=503500 CPUtime=1122.24 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 25525 0 0 0 112200 24 0 0 25 0 5 0 517723749 515584000 90283 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=503500 CPUtime=1119.58 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 21515 0 0 0 111928 30 0 0 25 0 5 0 517723749 515584000 90283 33554432000 4194304 5787044 140735424482160 18446744073709551615 5588664 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=503500 CPUtime=1122.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 21307 0 0 0 112196 30 0 0 25 0 5 0 517723749 515584000 90283 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=503500 CPUtime=1118.82 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 23526 0 0 0 111852 30 0 0 25 0 5 0 517723749 515584000 90283 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 512200

[startup+1182.3 s]
/proc/loadavg: 7.89 8.08 8.02 9/188 31804
/proc/meminfo: memFree=27409236/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=571284 CPUtime=4722.59 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 94439 0 0 0 472142 117 0 0 19 0 5 0 517723748 584994816 91204 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 142821 91204 417 389 0 138571 0
[pid=31671/tid=31673] ppid=31670 vsize=571284 CPUtime=1181.91 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 25877 0 0 0 118167 24 0 0 25 0 5 0 517723749 584994816 91204 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=571284 CPUtime=1179.56 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 21516 0 0 0 117926 30 0 0 25 0 5 0 517723749 584994816 91204 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=571284 CPUtime=1182.26 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 21723 0 0 0 118196 30 0 0 25 0 5 0 517723749 584994816 91204 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=571284 CPUtime=1178.81 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 23678 0 0 0 117851 30 0 0 25 0 5 0 517723749 584994816 91204 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.59
Current children cumulated vsize (KiB) 579984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.92 8.08 8.02 9/188 31805
/proc/meminfo: memFree=27381088/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=571284 CPUtime=4800.1 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 94957 0 0 0 479892 118 0 0 19 0 5 0 517723748 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 142821 91722 417 389 0 138571 0
[pid=31671/tid=31673] ppid=31670 vsize=571284 CPUtime=1201.2 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 25879 0 0 0 120096 24 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=571284 CPUtime=1198.97 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 21833 0 0 0 119866 31 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=571284 CPUtime=1201.67 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 21880 0 0 0 120136 31 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=571284 CPUtime=1198.21 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 23720 0 0 0 119791 30 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 579984

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

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

[startup+1201.7 s]
/proc/loadavg: 7.92 8.08 8.02 9/188 31805
/proc/meminfo: memFree=27381088/32951124 swapFree=67111356/67111528
[pid=31670] ppid=31668 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31670/stat : 31670 (prissAuto.sh) S 31668 31670 30345 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 517723748 8908800 252 33554432000 4194304 4922060 140733778364656 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/31670/statm: 2175 252 211 178 0 68 0
[pid=31671] ppid=31670 vsize=571284 CPUtime=4800.1 cores=1,3,5,7
/proc/31671/stat : 31671 (priss) S 31670 31670 30345 0 -1 4202496 94957 0 0 0 479892 118 0 0 19 0 5 0 517723748 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31671/statm: 142821 91722 417 389 0 138571 0
[pid=31671/tid=31673] ppid=31670 vsize=571284 CPUtime=1201.2 cores=1,3,5,7
/proc/31671/task/31673/stat : 31673 (priss) R 31670 31670 30345 0 -1 4202560 25879 0 0 0 120096 24 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31671/tid=31674] ppid=31670 vsize=571284 CPUtime=1198.97 cores=1,3,5,7
/proc/31671/task/31674/stat : 31674 (priss) R 31670 31670 30345 0 -1 4202560 21833 0 0 0 119866 31 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5590984 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31671/tid=31675] ppid=31670 vsize=571284 CPUtime=1201.67 cores=1,3,5,7
/proc/31671/task/31675/stat : 31675 (priss) R 31670 31670 30345 0 -1 4202560 21880 0 0 0 120136 31 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=31671/tid=31676] ppid=31670 vsize=571284 CPUtime=1198.21 cores=1,3,5,7
/proc/31671/task/31676/stat : 31676 (priss) R 31670 31670 30345 0 -1 4202560 23720 0 0 0 119791 30 0 0 25 0 5 0 517723749 584994816 91722 33554432000 4194304 5787044 140735424482160 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 579984

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.1
CPU user time (s): 4798.92
CPU system time (s): 1.18
CPU usage (%): 399.436
Max. virtual memory (cumulated for all children) (KiB): 579984

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

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:14:20
IDJOB=3250721
IDBENCH=83353
IDSOLVER=1602
FILE ID=node137/3250721-1304061260
RUNJOBID= node137-1304058816-31309
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250721-1304061260/watcher-3250721-1304061260 -o /tmp/evaluation-result-3250721-1304061260/solver-3250721-1304061260 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3250721-1304061260.cnf 1553765983 4800 15500 4

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=1553765983

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27746976 kB
Buffers:        899720 kB
Cached:        3714836 kB
SwapCached:         56 kB
Active:         328784 kB
Inactive:      4410488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27746976 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            2172 kB
Writeback:           0 kB
AnonPages:      124144 kB
Mapped:          15556 kB
Slab:           401280 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311616 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= 71616 MiB
End job on node137 at 2011-04-29 09:34:24