Trace number 3262603

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-14_186.cnf
MD5SUM642fce7e30a701c3223fa5771c2e57dc
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 variables186
Number of clauses9795
Sum of the clauses size43014
Maximum clause length14
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51239

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: 26983
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 2982us
0.00/0.00	c parsed 9795 clauses with 186 variables
0.00/0.00	c NW started thread 0 successfully (1087519040)
0.00/0.01	c NW started thread 1 successfully (1098008896)
0.00/0.01	c NW started thread 2 successfully (1113991488)
0.00/0.01	c NW started thread 3 successfully (1124481344)
0.00/0.79	c preprocessor returned 10031 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 784529us (0s)
0.00/0.79	c preprocessor returned 10031 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 784797us (0s)
0.00/0.79	c preprocessor returned 10031 variables
0.00/0.79	c preprocessing returned UNKNOWN
0.00/0.79	c PP set 0 variables
0.00/0.79	c pp time: 784573us (0s)
203.28/50.97	c preprocessor returned 30173 variables
203.28/50.97	c preprocessing returned UNKNOWN
203.28/50.97	c PP set 0 variables
203.28/50.97	c pp time: 50958687us (50s)

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-3262603-1304061360/watcher-3262603-1304061360 -o /tmp/evaluation-result-3262603-1304061360/solver-3262603-1304061360 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3262603-1304061360.cnf 357216254 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0

[startup+0.1376 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.73279 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.83277 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.93275 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+2.00415 s]
/proc/loadavg: 7.73 7.95 8.01 5/182 26982
/proc/meminfo: memFree=26040516/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+3.10055 s]
/proc/loadavg: 7.73 7.95 8.01 9/188 26988
/proc/meminfo: memFree=26009976/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=277120 CPUtime=12.34 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 10081 0 0 0 1233 1 0 0 18 0 5 0 517733934 283770880 8064 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 69280 8064 404 389 0 65030 0
[pid=26983/tid=26985] ppid=26982 vsize=277120 CPUtime=3.08 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 1939 0 0 0 308 0 0 0 25 0 5 0 517733934 283770880 8064 33554432000 4194304 5787044 140735692521248 18446744073709551615 5601806 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=277120 CPUtime=3.07 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 2187 0 0 0 307 0 0 0 21 0 5 0 517733934 283770880 8064 33554432000 4194304 5787044 140735692521248 18446744073709551615 5586605 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=277120 CPUtime=3.08 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 2213 0 0 0 308 0 0 0 21 0 5 0 517733935 283770880 8064 33554432000 4194304 5787044 140735692521248 18446744073709551615 4229318 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=277120 CPUtime=3.08 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 2155 0 0 0 308 0 0 0 25 0 5 0 517733935 283770880 8064 33554432000 4194304 5787044 140735692521248 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 285820

[startup+6.30099 s]
/proc/loadavg: 7.75 7.95 8.01 9/188 26988
/proc/meminfo: memFree=26001760/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=282548 CPUtime=25.12 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 11999 0 0 0 2510 2 0 0 18 0 5 0 517733934 289329152 9982 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 70637 9982 404 389 0 66387 0
[pid=26983/tid=26985] ppid=26982 vsize=282548 CPUtime=6.28 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 2226 0 0 0 628 0 0 0 25 0 5 0 517733934 289329152 9982 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=282548 CPUtime=6.25 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 2526 0 0 0 625 0 0 0 25 0 5 0 517733934 289329152 9982 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=282548 CPUtime=6.27 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 3505 0 0 0 627 0 0 0 25 0 5 0 517733935 289329152 9982 33554432000 4194304 5787044 140735692521248 18446744073709551615 4214578 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=282548 CPUtime=6.28 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 2155 0 0 0 628 0 0 0 25 0 5 0 517733935 289329152 9982 33554432000 4194304 5787044 140735692521248 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291248

[startup+12.7009 s]
/proc/loadavg: 7.77 7.95 8.01 9/188 26988
/proc/meminfo: memFree=25995580/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=284424 CPUtime=50.69 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 13416 0 0 0 5065 4 0 0 18 0 5 0 517733934 291250176 11399 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 71106 11399 404 389 0 66856 0
[pid=26983/tid=26985] ppid=26982 vsize=284424 CPUtime=12.68 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 2678 0 0 0 1268 0 0 0 25 0 5 0 517733934 291250176 11399 33554432000 4194304 5787044 140735692521248 18446744073709551615 5590380 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=284424 CPUtime=12.62 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 2982 0 0 0 1261 1 0 0 25 0 5 0 517733934 291250176 11399 33554432000 4194304 5787044 140735692521248 18446744073709551615 5590315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=284424 CPUtime=12.68 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 4014 0 0 0 1267 1 0 0 25 0 5 0 517733935 291250176 11399 33554432000 4194304 5787044 140735692521248 18446744073709551615 5592144 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=284424 CPUtime=12.68 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 2155 0 0 0 1268 0 0 0 25 0 5 0 517733935 291250176 11399 33554432000 4194304 5787044 140735692521248 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 293124

[startup+25.5006 s]
/proc/loadavg: 7.80 7.95 8.01 9/188 26989
/proc/meminfo: memFree=25982024/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=291824 CPUtime=101.82 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 16816 0 0 0 10176 6 0 0 18 0 5 0 517733934 298827776 14798 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 72956 14798 404 389 0 68706 0
[pid=26983/tid=26985] ppid=26982 vsize=291824 CPUtime=25.48 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 3444 0 0 0 2547 1 0 0 25 0 5 0 517733934 298827776 14798 33554432000 4194304 5787044 140735692521248 18446744073709551615 4254919 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=291824 CPUtime=25.34 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 3755 0 0 0 2533 1 0 0 25 0 5 0 517733934 298827776 14798 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=291824 CPUtime=25.48 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 5875 0 0 0 2546 2 0 0 25 0 5 0 517733935 298827776 14798 33554432000 4194304 5787044 140735692521248 18446744073709551615 5576636 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=291824 CPUtime=25.48 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 2155 0 0 0 2548 0 0 0 25 0 5 0 517733935 298827776 14798 33554432000 4194304 5787044 140735692521248 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 300524

[startup+51.1072 s]
/proc/loadavg: 7.93 7.97 8.01 9/188 26989
/proc/meminfo: memFree=25955184/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=301108 CPUtime=204.1 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 23293 0 0 0 20400 10 0 0 18 0 5 0 517733934 308334592 20312 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 75277 20312 417 389 0 71027 0
[pid=26983/tid=26985] ppid=26982 vsize=301108 CPUtime=51.08 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 5764 0 0 0 5105 3 0 0 25 0 5 0 517733934 308334592 20312 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=301108 CPUtime=50.82 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 5059 0 0 0 5080 2 0 0 25 0 5 0 517733934 308334592 20312 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=301108 CPUtime=51.07 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 7114 0 0 0 5104 3 0 0 25 0 5 0 517733935 308334592 20312 33554432000 4194304 5787044 140735692521248 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=301108 CPUtime=51.09 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 3769 0 0 0 5109 0 0 0 25 0 5 0 517733935 308334592 20312 33554432000 4194304 5787044 140735692521248 18446744073709551615 4254550 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 309808

[startup+102.301 s]
/proc/loadavg: 8.11 8.00 8.02 9/188 26991
/proc/meminfo: memFree=25883740/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=309800 CPUtime=408.58 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 30122 0 0 0 40841 17 0 0 18 0 5 0 517733934 317235200 27051 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 77450 27051 417 389 0 73200 0
[pid=26983/tid=26985] ppid=26982 vsize=309800 CPUtime=102.01 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 7808 0 0 0 10196 5 0 0 25 0 5 0 517733934 317235200 27051 33554432000 4194304 5787044 140735692521248 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=309800 CPUtime=102.01 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 6047 0 0 0 10199 2 0 0 25 0 5 0 517733934 317235200 27051 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=309800 CPUtime=102.25 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 8468 0 0 0 10220 5 0 0 25 0 5 0 517733935 317235200 27051 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=309800 CPUtime=102.28 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 6212 0 0 0 10224 4 0 0 25 0 5 0 517733935 317235200 27051 33554432000 4194304 5787044 140735692521248 18446744073709551615 5526784 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 318500

[startup+162.301 s]
/proc/loadavg: 8.16 8.03 8.02 9/188 26992
/proc/meminfo: memFree=25842048/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0

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

/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 20497 0 0 0 88188 10 0 0 25 0 5 0 517733934 394829824 73019 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=385576 CPUtime=882.24 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 19691 0 0 0 88206 18 0 0 25 0 5 0 517733935 394829824 73019 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=385576 CPUtime=881.45 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 18130 0 0 0 88128 17 0 0 25 0 5 0 517733935 394829824 73019 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.18
Current children cumulated vsize (KiB) 394276

[startup+942.301 s]
/proc/loadavg: 7.81 8.00 8.00 9/188 27046
/proc/meminfo: memFree=25913956/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=385576 CPUtime=3763.85 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 77615 0 0 0 376321 64 0 0 18 0 5 0 517733934 394829824 73150 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 96394 73150 417 389 0 92144 0
[pid=26983/tid=26985] ppid=26982 vsize=385576 CPUtime=938.47 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 17671 0 0 0 93830 17 0 0 25 0 5 0 517733934 394829824 73150 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=385576 CPUtime=941.98 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 20532 0 0 0 94188 10 0 0 25 0 5 0 517733934 394829824 73150 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=385576 CPUtime=942.24 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 19691 0 0 0 94206 18 0 0 25 0 5 0 517733935 394829824 73150 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=385576 CPUtime=941.11 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 18134 0 0 0 94094 17 0 0 25 0 5 0 517733935 394829824 73150 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.85
Current children cumulated vsize (KiB) 394276

[startup+1002.3 s]
/proc/loadavg: 7.93 8.00 8.00 9/188 27048
/proc/meminfo: memFree=25847672/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=394000 CPUtime=4003.52 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 79563 0 0 0 400287 65 0 0 18 0 5 0 517733934 403456000 75098 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 98500 75098 417 389 0 94250 0
[pid=26983/tid=26985] ppid=26982 vsize=394000 CPUtime=998.47 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 17853 0 0 0 99830 17 0 0 25 0 5 0 517733934 403456000 75098 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=394000 CPUtime=1001.98 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 21185 0 0 0 100188 10 0 0 25 0 5 0 517733934 403456000 75098 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=394000 CPUtime=1002.24 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 19691 0 0 0 100206 18 0 0 25 0 5 0 517733935 403456000 75098 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=394000 CPUtime=1000.78 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 19247 0 0 0 100061 17 0 0 25 0 5 0 517733935 403456000 75098 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 402700

[startup+1062.3 s]
/proc/loadavg: 7.97 8.00 8.00 9/188 27049
/proc/meminfo: memFree=25797540/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=404720 CPUtime=4243.19 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 82402 0 0 0 424252 67 0 0 18 0 5 0 517733934 414433280 77937 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 101180 77937 417 389 0 96930 0
[pid=26983/tid=26985] ppid=26982 vsize=404720 CPUtime=1058.47 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 18804 0 0 0 105829 18 0 0 25 0 5 0 517733934 414433280 77937 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=404720 CPUtime=1061.98 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 21892 0 0 0 106187 11 0 0 25 0 5 0 517733934 414433280 77937 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=404720 CPUtime=1062.25 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 20718 0 0 0 106206 19 0 0 25 0 5 0 517733935 414433280 77937 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=404720 CPUtime=1060.45 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 19401 0 0 0 106028 17 0 0 25 0 5 0 517733935 414433280 77937 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.19
Current children cumulated vsize (KiB) 413420

[startup+1122.3 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27051
/proc/meminfo: memFree=25770236/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=416616 CPUtime=4482.86 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 86249 0 0 0 448217 69 0 0 18 0 5 0 517733934 426614784 81784 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 104154 81784 417 389 0 99904 0
[pid=26983/tid=26985] ppid=26982 vsize=416616 CPUtime=1118.47 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 19731 0 0 0 111828 19 0 0 25 0 5 0 517733934 426614784 81784 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=416616 CPUtime=1121.98 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 22803 0 0 0 112186 12 0 0 25 0 5 0 517733934 426614784 81784 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=416616 CPUtime=1122.25 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 21774 0 0 0 112206 19 0 0 25 0 5 0 517733935 426614784 81784 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=416616 CPUtime=1120.13 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 20354 0 0 0 111995 18 0 0 25 0 5 0 517733935 426614784 81784 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.86
Current children cumulated vsize (KiB) 425316

[startup+1182.3 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27052
/proc/meminfo: memFree=25716524/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=425088 CPUtime=4722.52 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 89997 0 0 0 472178 74 0 0 18 0 5 0 517733934 435290112 85532 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 106272 85532 417 389 0 102022 0
[pid=26983/tid=26985] ppid=26982 vsize=425088 CPUtime=1178.47 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 20631 0 0 0 117826 21 0 0 25 0 5 0 517733934 435290112 85532 33554432000 4194304 5787044 140735692521248 18446744073709551615 228244392119 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=425088 CPUtime=1181.99 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 23698 0 0 0 118186 13 0 0 25 0 5 0 517733934 435290112 85533 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=425088 CPUtime=1182.24 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 22858 0 0 0 118205 19 0 0 25 0 5 0 517733935 435290112 85533 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=425088 CPUtime=1179.78 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 21223 0 0 0 117959 19 0 0 25 0 5 0 517733935 435290112 85533 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 433788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.71 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27053
/proc/meminfo: memFree=25703620/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=430364 CPUtime=4800.05 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 91914 0 0 0 479930 75 0 0 18 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 107591 87449 417 389 0 103341 0
[pid=26983/tid=26985] ppid=26982 vsize=430364 CPUtime=1197.88 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 20894 0 0 0 119767 21 0 0 25 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=430364 CPUtime=1201.4 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 23992 0 0 0 120126 14 0 0 25 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=430364 CPUtime=1201.65 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 23925 0 0 0 120146 19 0 0 25 0 5 0 517733935 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=430364 CPUtime=1199.09 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 21516 0 0 0 119889 20 0 0 25 0 5 0 517733935 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 439064

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

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

[startup+1201.71 s]
/proc/loadavg: 7.99 8.00 8.00 9/188 27053
/proc/meminfo: memFree=25703620/32951124 swapFree=67111364/67111528
[pid=26982] ppid=26980 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26982/stat : 26982 (prissAuto.sh) S 26980 26982 25027 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517733933 8908800 252 33554432000 4194304 4922060 140735645974000 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26982/statm: 2175 252 211 178 0 68 0
[pid=26983] ppid=26982 vsize=430364 CPUtime=4800.05 cores=0,2,4,6
/proc/26983/stat : 26983 (priss) S 26982 26982 25027 0 -1 4202496 91914 0 0 0 479930 75 0 0 18 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26983/statm: 107591 87449 417 389 0 103341 0
[pid=26983/tid=26985] ppid=26982 vsize=430364 CPUtime=1197.88 cores=0,2,4,6
/proc/26983/task/26985/stat : 26985 (priss) R 26982 26982 25027 0 -1 4202560 20894 0 0 0 119767 21 0 0 25 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=26983/tid=26986] ppid=26982 vsize=430364 CPUtime=1201.4 cores=0,2,4,6
/proc/26983/task/26986/stat : 26986 (priss) R 26982 26982 25027 0 -1 4202560 23992 0 0 0 120126 14 0 0 25 0 5 0 517733934 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=26983/tid=26987] ppid=26982 vsize=430364 CPUtime=1201.65 cores=0,2,4,6
/proc/26983/task/26987/stat : 26987 (priss) R 26982 26982 25027 0 -1 4202560 23925 0 0 0 120146 19 0 0 25 0 5 0 517733935 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=26983/tid=26988] ppid=26982 vsize=430364 CPUtime=1199.09 cores=0,2,4,6
/proc/26983/task/26988/stat : 26988 (priss) R 26982 26982 25027 0 -1 4202560 21516 0 0 0 119889 20 0 0 25 0 5 0 517733935 440692736 87449 33554432000 4194304 5787044 140735692521248 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 439064

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26982 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 4800.05
#
# 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.05
CPU user time (s): 4799.3
CPU system time (s): 0.75
CPU usage (%): 399.43
Max. virtual memory (cumulated for all children) (KiB): 439064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.76073 second user time and 4.80227 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 09:16:00
IDJOB=3262603
IDBENCH=83356
IDSOLVER=1602
FILE ID=node136/3262603-1304061360
RUNJOBID= node136-1304053650-25979
PBS_JOBID= 13170391
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= 642fce7e30a701c3223fa5771c2e57dc
RANDOM SEED=357216254

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      26040680 kB
Buffers:       1060184 kB
Cached:        5001432 kB
SwapCached:        100 kB
Active:         909792 kB
Inactive:      5449792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26040680 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1596 kB
Writeback:           0 kB
AnonPages:      297692 kB
Mapped:          15612 kB
Slab:           485972 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   487940 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= 72332 MiB
End job on node136 at 2011-04-29 09:36:03