Trace number 3289894

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
Bench CategoryAPPLICATION (applications 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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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: 19428
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9325us
0.00/0.01	c parsed 20544 clauses with 2000 variables
0.00/0.01	c NW started thread 0 successfully (1091148096)
0.00/0.02	c NW started thread 1 successfully (1101637952)
0.00/0.02	c NW started thread 2 successfully (1112127808)
0.00/0.03	c NW started thread 3 successfully (1122617664)
0.00/0.77	c preprocessor returned 10008 variables
0.00/0.77	c preprocessing returned UNKNOWN
0.00/0.77	c PP set 272 variables
0.00/0.77	c pp time: 755573us (0s)
0.00/0.77	c preprocessor returned 10008 variables
0.00/0.77	c preprocessing returned UNKNOWN
0.00/0.77	c PP set 272 variables
0.00/0.77	c pp time: 755152us (0s)
0.00/0.78	c preprocessor returned 10008 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 272 variables
0.00/0.78	c pp time: 758197us (0s)
17.50/4.43	c preprocessor returned 30014 variables
17.50/4.43	c preprocessing returned UNKNOWN
17.50/4.43	c PP set 272 variables
17.50/4.43	c pp time: 4387722us (4s)

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-3289894-1304061707/watcher-3289894-1304061707 -o /tmp/evaluation-result-3289894-1304061707/solver-3289894-1304061707 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289894-1304061707.cnf 234933402 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.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0

[startup+0.230747 s]
/proc/loadavg: 7.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.961468 s]
/proc/loadavg: 7.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.06145 s]
/proc/loadavg: 7.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.16143 s]
/proc/loadavg: 7.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50037 s]
/proc/loadavg: 7.69 7.93 7.44 5/182 19427
/proc/meminfo: memFree=24304128/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10109 s]
/proc/loadavg: 7.69 7.93 7.44 9/188 19433
/proc/meminfo: memFree=24256608/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=286420 CPUtime=12.31 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 12099 0 0 0 1225 6 0 0 18 0 5 0 498586997 293294080 11358 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 71605 11358 405 389 0 67355 0
[pid=19428/tid=19430] ppid=19427 vsize=286420 CPUtime=3.06 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 2622 0 0 0 305 1 0 0 25 0 5 0 498586999 293294080 11358 33554432000 4194304 5787044 140733459987616 18446744073709551615 4238761 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=286420 CPUtime=3.07 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 2106 0 0 0 306 1 0 0 25 0 5 0 498586999 293294080 11358 33554432000 4194304 5787044 140733459987616 18446744073709551615 5588000 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=286420 CPUtime=3.06 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 2801 0 0 0 304 2 0 0 25 0 5 0 498586999 293294080 11358 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591239 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=286420 CPUtime=3.06 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 2379 0 0 0 306 0 0 0 25 0 5 0 498587000 293294080 11358 33554432000 4194304 5787044 140733459987616 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 295120

[startup+6.30652 s]
/proc/loadavg: 7.72 7.93 7.44 9/188 19433
/proc/meminfo: memFree=24233176/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=292512 CPUtime=25.11 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 17212 0 0 0 2500 11 0 0 18 0 5 0 498586997 299532288 15238 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 73128 15238 418 389 0 68878 0
[pid=19428/tid=19430] ppid=19427 vsize=292512 CPUtime=6.25 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 3199 0 0 0 623 2 0 0 25 0 5 0 498586999 299532288 15238 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=292512 CPUtime=6.27 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 2752 0 0 0 624 3 0 0 25 0 5 0 498586999 299532288 15238 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=292512 CPUtime=6.27 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 4355 0 0 0 624 3 0 0 21 0 5 0 498586999 299532288 15238 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=292512 CPUtime=6.27 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 4715 0 0 0 625 2 0 0 25 0 5 0 498587000 299532288 15238 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 301212

[startup+12.7004 s]
/proc/loadavg: 7.74 7.94 7.44 9/188 19433
/proc/meminfo: memFree=24215688/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=298872 CPUtime=50.64 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 21092 0 0 0 5044 20 0 0 18 0 5 0 498586997 306044928 19115 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 74718 19115 418 389 0 70468 0
[pid=19428/tid=19430] ppid=19427 vsize=298872 CPUtime=12.61 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 5162 0 0 0 1257 4 0 0 25 0 5 0 498586999 306044928 19115 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591564 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=298872 CPUtime=12.67 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 3447 0 0 0 1261 6 0 0 25 0 5 0 498586999 306044928 19115 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591760 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=298872 CPUtime=12.65 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 5027 0 0 0 1261 4 0 0 25 0 5 0 498586999 306044928 19115 33554432000 4194304 5787044 140733459987616 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=298872 CPUtime=12.65 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 5265 0 0 0 1261 4 0 0 25 0 5 0 498587000 306044928 19115 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051481269 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 307572

[startup+25.5011 s]
/proc/loadavg: 7.87 7.95 7.46 9/188 19433
/proc/meminfo: memFree=24191748/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=306520 CPUtime=101.75 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 26626 0 0 0 10145 30 0 0 18 0 5 0 498586997 313876480 24582 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 76630 24582 418 389 0 72380 0
[pid=19428/tid=19430] ppid=19427 vsize=306520 CPUtime=25.33 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 7430 0 0 0 2526 7 0 0 25 0 5 0 498586999 313876480 24582 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=306520 CPUtime=25.46 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 4343 0 0 0 2538 8 0 0 25 0 5 0 498586999 313876480 24582 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=306520 CPUtime=25.45 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 6023 0 0 0 2538 7 0 0 25 0 5 0 498586999 313876480 24582 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=306520 CPUtime=25.45 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 6639 0 0 0 2539 6 0 0 25 0 5 0 498587000 313876480 24582 33554432000 4194304 5787044 140733459987616 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 315220

[startup+51.1005 s]
/proc/loadavg: 7.91 7.96 7.47 9/188 19434
/proc/meminfo: memFree=24156964/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=322644 CPUtime=203.99 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 35227 0 0 0 20356 43 0 0 18 0 5 0 498586997 330387456 33117 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 80661 33117 418 389 0 76411 0
[pid=19428/tid=19430] ppid=19427 vsize=322644 CPUtime=50.78 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 9246 0 0 0 5067 11 0 0 25 0 5 0 498586999 330387456 33117 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=322644 CPUtime=51.06 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 7144 0 0 0 5094 12 0 0 25 0 5 0 498586999 330387456 33117 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=322644 CPUtime=51.05 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 7545 0 0 0 5096 9 0 0 25 0 5 0 498586999 330387456 33117 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=322644 CPUtime=51.04 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 9101 0 0 0 5095 9 0 0 25 0 5 0 498587000 330387456 33117 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 331344

[startup+102.3 s]
/proc/loadavg: 7.96 7.96 7.49 9/188 19435
/proc/meminfo: memFree=24075684/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=340092 CPUtime=408.48 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 46101 0 0 0 40792 56 0 0 18 0 5 0 498586997 348254208 43749 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 85023 43749 418 389 0 80773 0
[pid=19428/tid=19430] ppid=19427 vsize=340092 CPUtime=101.7 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 13205 0 0 0 10155 15 0 0 25 0 5 0 498586999 348254208 43749 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=340092 CPUtime=102.25 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 8608 0 0 0 10211 14 0 0 25 0 5 0 498586999 348254208 43749 33554432000 4194304 5787044 140733459987616 18446744073709551615 4255012 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=340092 CPUtime=102.25 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 10615 0 0 0 10212 13 0 0 25 0 5 0 498586999 348254208 43749 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=340092 CPUtime=102.23 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 11482 0 0 0 10210 13 0 0 25 0 5 0 498587000 348254208 43749 33554432000 4194304 5787044 140733459987616 18446744073709551615 5528368 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.48
Current children cumulated vsize (KiB) 348792

[startup+162.301 s]
/proc/loadavg: 8.05 7.98 7.53 9/188 19437
/proc/meminfo: memFree=24031376/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=359724 CPUtime=648.15 cores=1,3,5,7

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

/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 29622 0 0 0 88173 49 0 0 25 0 5 0 498586999 667316224 106398 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=651676 CPUtime=882.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 25979 0 0 0 88172 36 0 0 25 0 5 0 498586999 667316224 106398 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=651676 CPUtime=881.97 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 22466 0 0 0 88172 25 0 0 25 0 5 0 498587000 667316224 106398 33554432000 4194304 5787044 140733459987616 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.33
Current children cumulated vsize (KiB) 660376

[startup+942.301 s]
/proc/loadavg: 8.23 8.13 7.84 9/188 19461
/proc/meminfo: memFree=23612240/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=658640 CPUtime=3763.01 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 114203 0 0 0 376147 154 0 0 18 0 5 0 498586997 674447360 110402 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 164660 110402 419 389 0 160410 0
[pid=19428/tid=19430] ppid=19427 vsize=658640 CPUtime=936.67 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 31293 0 0 0 93628 39 0 0 25 0 5 0 498586999 674447360 110402 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=658640 CPUtime=942.21 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 30816 0 0 0 94171 50 0 0 25 0 5 0 498586999 674447360 110402 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591661 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=658640 CPUtime=942.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 26076 0 0 0 94172 36 0 0 25 0 5 0 498586999 674447360 110402 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=658640 CPUtime=941.98 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 23827 0 0 0 94172 26 0 0 25 0 5 0 498587000 674447360 110402 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.01
Current children cumulated vsize (KiB) 667340

[startup+1002.3 s]
/proc/loadavg: 8.19 8.13 7.86 9/188 19462
/proc/meminfo: memFree=23598564/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=658952 CPUtime=4002.66 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 115996 0 0 0 400108 158 0 0 18 0 5 0 498586997 674766848 112195 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 164738 112195 419 389 0 160488 0
[pid=19428/tid=19430] ppid=19427 vsize=658952 CPUtime=996.35 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 32851 0 0 0 99592 43 0 0 25 0 5 0 498586999 674766848 112195 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=658952 CPUtime=1002.21 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 30816 0 0 0 100170 51 0 0 25 0 5 0 498586999 674766848 112195 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=658952 CPUtime=1002.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 26281 0 0 0 100171 37 0 0 25 0 5 0 498586999 674766848 112195 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=658952 CPUtime=1001.97 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 23857 0 0 0 100171 26 0 0 25 0 5 0 498587000 674766848 112195 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.66
Current children cumulated vsize (KiB) 667652

[startup+1062.31 s]
/proc/loadavg: 8.12 8.12 7.87 9/188 19464
/proc/meminfo: memFree=23590344/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=659656 CPUtime=4242.37 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 117908 0 0 0 424076 161 0 0 18 0 5 0 498586997 675487744 113882 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 164914 113882 419 389 0 160664 0
[pid=19428/tid=19430] ppid=19427 vsize=659656 CPUtime=1056.03 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 34287 0 0 0 105558 45 0 0 25 0 5 0 498586999 675487744 113882 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591603 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=659656 CPUtime=1062.22 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 30816 0 0 0 106171 51 0 0 25 0 5 0 498586999 675487744 113882 33554432000 4194304 5787044 140733459987616 18446744073709551615 5590818 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=659656 CPUtime=1062.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 26629 0 0 0 106171 37 0 0 25 0 5 0 498586999 675487744 113882 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=659656 CPUtime=1061.98 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 23985 0 0 0 106172 26 0 0 25 0 5 0 498587000 675487744 113882 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 668356

[startup+1122.3 s]
/proc/loadavg: 8.00 8.08 7.87 9/188 19499
/proc/meminfo: memFree=23131000/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=664108 CPUtime=4482.03 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 120013 0 0 0 448039 164 0 0 18 0 5 0 498586997 680046592 115987 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 166027 115987 419 389 0 161777 0
[pid=19428/tid=19430] ppid=19427 vsize=664108 CPUtime=1115.7 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 34288 0 0 0 111525 45 0 0 25 0 5 0 498586999 680046592 115987 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=664108 CPUtime=1122.21 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 30816 0 0 0 112170 51 0 0 25 0 5 0 498586999 680046592 115987 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=664108 CPUtime=1122.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 28085 0 0 0 112168 40 0 0 25 0 5 0 498586999 680046592 115987 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=664108 CPUtime=1121.98 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 24633 0 0 0 112172 26 0 0 25 0 5 0 498587000 680046592 115987 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.03
Current children cumulated vsize (KiB) 672808

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 7.89 9/188 19500
/proc/meminfo: memFree=23029992/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=664108 CPUtime=4721.69 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 121482 0 0 0 472002 167 0 0 18 0 5 0 498586997 680046592 117456 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 166027 117456 419 389 0 161777 0
[pid=19428/tid=19430] ppid=19427 vsize=664108 CPUtime=1175.37 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 34288 0 0 0 117492 45 0 0 25 0 5 0 498586999 680046592 117456 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=664108 CPUtime=1182.21 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 30821 0 0 0 118170 51 0 0 25 0 5 0 498586999 680046592 117456 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=664108 CPUtime=1182.08 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 29477 0 0 0 118165 43 0 0 25 0 5 0 498586999 680046592 117456 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=664108 CPUtime=1181.98 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 24705 0 0 0 118171 27 0 0 25 0 5 0 498587000 680046592 117456 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.69
Current children cumulated vsize (KiB) 672808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.07 8.09 7.89 9/188 19501
/proc/meminfo: memFree=22989700/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=668208 CPUtime=4800.03 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 123007 0 0 0 479835 168 0 0 18 0 5 0 498586997 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 167052 118981 419 389 0 162802 0
[pid=19428/tid=19430] ppid=19427 vsize=668208 CPUtime=1194.86 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 34289 0 0 0 119441 45 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=668208 CPUtime=1201.82 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 31846 0 0 0 120131 51 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=668208 CPUtime=1201.69 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 29945 0 0 0 120126 43 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 212039316513 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=668208 CPUtime=1201.59 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 24736 0 0 0 120132 27 0 0 25 0 5 0 498587000 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 676908

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

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

[startup+1201.9 s]
/proc/loadavg: 8.07 8.09 7.89 9/188 19501
/proc/meminfo: memFree=22989700/32951124 swapFree=67111524/67111528
[pid=19427] ppid=19425 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/19427/stat : 19427 (prissAuto.sh) S 19425 19427 17192 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 498586997 8908800 252 33554432000 4194304 4922060 140736740406288 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/19427/statm: 2175 252 211 178 0 68 0
[pid=19428] ppid=19427 vsize=668208 CPUtime=4800.03 cores=1,3,5,7
/proc/19428/stat : 19428 (priss) S 19427 19427 17192 0 -1 4202496 123007 0 0 0 479835 168 0 0 18 0 5 0 498586997 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/19428/statm: 167052 118981 419 389 0 162802 0
[pid=19428/tid=19430] ppid=19427 vsize=668208 CPUtime=1194.86 cores=1,3,5,7
/proc/19428/task/19430/stat : 19430 (priss) R 19427 19427 17192 0 -1 4202560 34289 0 0 0 119441 45 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=19428/tid=19431] ppid=19427 vsize=668208 CPUtime=1201.82 cores=1,3,5,7
/proc/19428/task/19431/stat : 19431 (priss) R 19427 19427 17192 0 -1 4202560 31846 0 0 0 120131 51 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=19428/tid=19432] ppid=19427 vsize=668208 CPUtime=1201.69 cores=1,3,5,7
/proc/19428/task/19432/stat : 19432 (priss) R 19427 19427 17192 0 -1 4202560 29945 0 0 0 120126 43 0 0 25 0 5 0 498586999 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 212039316513 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=19428/tid=19433] ppid=19427 vsize=668208 CPUtime=1201.59 cores=1,3,5,7
/proc/19428/task/19433/stat : 19433 (priss) R 19427 19427 17192 0 -1 4202560 24736 0 0 0 120132 27 0 0 25 0 5 0 498587000 684244992 118981 33554432000 4194304 5787044 140733459987616 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 676908

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.92
CPU time (s): 4800.03
CPU user time (s): 4798.35
CPU system time (s): 1.68
CPU usage (%): 399.362
Max. virtual memory (cumulated for all children) (KiB): 676908

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= 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.55976 second user time and 5.00724 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 09:21:47
IDJOB=3289894
IDBENCH=83410
IDSOLVER=1602
FILE ID=node146/3289894-1304061707
RUNJOBID= node146-1304060503-19306
PBS_JOBID= 13170387
Free space on /tmp= 72992 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289894-1304061707/watcher-3289894-1304061707 -o /tmp/evaluation-result-3289894-1304061707/solver-3289894-1304061707 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3289894-1304061707.cnf 234933402 4800 15500 4

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=234933402

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24304408 kB
Buffers:       1672876 kB
Cached:        6260492 kB
SwapCached:          4 kB
Active:        1484396 kB
Inactive:      6635284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24304408 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:      186236 kB
Mapped:          15612 kB
Slab:           463104 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   371212 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= 72932 MiB
End job on node146 at 2011-04-29 09:41:51