Trace number 3290308

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31799
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 1192us
0.00/0.00	c parsed 4312 clauses with 1116 variables
0.00/0.00	c NW started thread 0 successfully (1097603392)
0.00/0.00	c NW started thread 1 successfully (1108093248)
0.00/0.00	c NW started thread 2 successfully (1118583104)
0.00/0.00	c NW started thread 3 successfully (1129072960)
0.00/0.64	c preprocessor returned 10008 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 84 variables
0.00/0.64	c pp time: 636370us (0s)
0.00/0.64	c preprocessor returned 10008 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 84 variables
0.00/0.64	c pp time: 637205us (0s)
0.00/0.64	c preprocessor returned 10008 variables
0.00/0.64	c preprocessing returned UNKNOWN
0.00/0.64	c PP set 84 variables
0.00/0.64	c pp time: 636844us (0s)
30.72/7.79	c preprocessor returned 30021 variables
30.72/7.79	c preprocessing returned UNKNOWN
30.72/7.79	c PP set 84 variables
30.72/7.79	c pp time: 7787818us (7s)

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-3290308-1304062436/watcher-3290308-1304062436 -o /tmp/evaluation-result-3290308-1304062436/solver-3290308-1304062436 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3290308-1304062436.cnf 2022759107 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.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0

[startup+0.641687 s]
/proc/loadavg: 7.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.810598 s]
/proc/loadavg: 7.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.900582 s]
/proc/loadavg: 7.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.00057 s]
/proc/loadavg: 7.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50047 s]
/proc/loadavg: 7.89 8.08 8.02 6/182 31798
/proc/meminfo: memFree=27442352/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10119 s]
/proc/loadavg: 7.89 8.08 8.02 9/188 31804
/proc/meminfo: memFree=27414016/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=277344 CPUtime=12.35 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 8689 0 0 0 1233 2 0 0 18 0 5 0 517841277 284000256 7606 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 69336 7606 405 389 0 65086 0
[pid=31799/tid=31801] ppid=31798 vsize=277344 CPUtime=3.09 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 1382 0 0 0 309 0 0 0 25 0 5 0 517841278 284000256 7606 33554432000 4194304 5787044 140736920426720 18446744073709551615 4218756 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=277344 CPUtime=3.07 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 1810 0 0 0 307 0 0 0 25 0 5 0 517841278 284000256 7606 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=277344 CPUtime=3.07 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 1871 0 0 0 307 0 0 0 25 0 5 0 517841278 284000256 7606 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=277344 CPUtime=3.08 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 2107 0 0 0 308 0 0 0 25 0 5 0 517841278 284000256 7606 33554432000 4194304 5787044 140736920426720 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286044

[startup+6.30061 s]
/proc/loadavg: 7.89 8.08 8.02 9/188 31804
/proc/meminfo: memFree=27408864/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=278752 CPUtime=25.13 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 9789 0 0 0 2510 3 0 0 18 0 5 0 517841277 285442048 8706 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 69688 8706 405 389 0 65438 0
[pid=31799/tid=31801] ppid=31798 vsize=278752 CPUtime=6.29 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 1733 0 0 0 629 0 0 0 25 0 5 0 517841278 285442048 8706 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=278752 CPUtime=6.28 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 2126 0 0 0 627 1 0 0 25 0 5 0 517841278 285442048 8706 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=278752 CPUtime=6.26 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 2304 0 0 0 625 1 0 0 25 0 5 0 517841278 285442048 8706 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=278752 CPUtime=6.28 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 2107 0 0 0 628 0 0 0 25 0 5 0 517841278 285442048 8706 33554432000 4194304 5787044 140736920426720 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 287452

[startup+12.7004 s]
/proc/loadavg: 7.90 8.08 8.02 9/188 31805
/proc/meminfo: memFree=27394264/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=283924 CPUtime=50.71 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 14017 0 0 0 5066 5 0 0 18 0 5 0 517841277 290738176 11970 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 70981 11970 419 389 0 66731 0
[pid=31799/tid=31801] ppid=31798 vsize=283924 CPUtime=12.69 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 3134 0 0 0 1269 0 0 0 25 0 5 0 517841278 290738176 11970 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=283924 CPUtime=12.69 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 2437 0 0 0 1267 2 0 0 25 0 5 0 517841278 290738176 11970 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=283924 CPUtime=12.62 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 2617 0 0 0 1261 1 0 0 25 0 5 0 517841278 290738176 11970 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=283924 CPUtime=12.69 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 4310 0 0 0 1268 1 0 0 25 0 5 0 517841278 290738176 11970 33554432000 4194304 5787044 140736920426720 18446744073709551615 4254546 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 292624

[startup+25.5011 s]
/proc/loadavg: 7.92 8.08 8.02 9/188 31805
/proc/meminfo: memFree=27381336/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=286888 CPUtime=101.82 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 17076 0 0 0 10175 7 0 0 18 0 5 0 517841277 293773312 15028 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 71722 15028 419 389 0 67472 0
[pid=31799/tid=31801] ppid=31798 vsize=286888 CPUtime=25.48 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 3951 0 0 0 2547 1 0 0 25 0 5 0 517841278 293773312 15028 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=286888 CPUtime=25.47 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 3064 0 0 0 2545 2 0 0 25 0 5 0 517841278 293773312 15028 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=286888 CPUtime=25.35 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 3468 0 0 0 2533 2 0 0 25 0 5 0 517841278 293773312 15028 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=286888 CPUtime=25.48 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 5074 0 0 0 2547 1 0 0 25 0 5 0 517841278 293773312 15028 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527767 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) 295588

[startup+51.1005 s]
/proc/loadavg: 7.72 8.01 7.99 9/188 31871
/proc/meminfo: memFree=27506780/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=293168 CPUtime=204.08 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 20557 0 0 0 20397 11 0 0 18 0 5 0 517841277 300204032 18505 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 73292 18505 419 389 0 69042 0
[pid=31799/tid=31801] ppid=31798 vsize=293168 CPUtime=51.08 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 4561 0 0 0 5107 1 0 0 25 0 5 0 517841278 300204032 18505 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=293168 CPUtime=51.07 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 3495 0 0 0 5104 3 0 0 25 0 5 0 517841278 300204032 18505 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=293168 CPUtime=50.81 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 4049 0 0 0 5079 2 0 0 25 0 5 0 517841278 300204032 18505 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=293168 CPUtime=51.08 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 6933 0 0 0 5105 3 0 0 25 0 5 0 517841278 300204032 18505 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 301868

[startup+102.301 s]
/proc/loadavg: 7.95 8.02 8.00 9/188 31872
/proc/meminfo: memFree=27475096/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=303228 CPUtime=408.59 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 28154 0 0 0 40839 20 0 0 18 0 5 0 517841277 310505472 26078 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 75807 26078 419 389 0 71557 0
[pid=31799/tid=31801] ppid=31798 vsize=303228 CPUtime=102.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 5805 0 0 0 10225 2 0 0 25 0 5 0 517841278 310505472 26078 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=303228 CPUtime=102.27 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 5547 0 0 0 10222 5 0 0 25 0 5 0 517841278 310505472 26078 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=303228 CPUtime=101.72 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 6361 0 0 0 10168 4 0 0 25 0 5 0 517841278 310505472 26078 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=303228 CPUtime=102.27 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 8922 0 0 0 10221 6 0 0 25 0 5 0 517841278 310505472 26078 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 311928

[startup+162.3 s]
/proc/loadavg: 8.05 8.03 8.00 9/188 31874
/proc/meminfo: memFree=27450744/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=312124 CPUtime=648.26 cores=0,2,4,6

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

/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 10849 0 0 0 82219 10 0 0 25 0 5 0 517841278 359055360 58800 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=350640 CPUtime=817.82 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 17635 0 0 0 81762 20 0 0 25 0 5 0 517841278 359055360 58800 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=350640 CPUtime=822.22 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 17576 0 0 0 82210 12 0 0 25 0 5 0 517841278 359055360 58800 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527579 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.64
Current children cumulated vsize (KiB) 359340

[startup+882.301 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 31893
/proc/meminfo: memFree=26754104/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=357472 CPUtime=3524.28 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 64547 0 0 0 352367 61 0 0 18 0 5 0 517841277 366051328 61878 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 89368 61878 419 389 0 85118 0
[pid=31799/tid=31801] ppid=31798 vsize=357472 CPUtime=882.26 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 14985 0 0 0 88210 16 0 0 25 0 5 0 517841278 366051328 61878 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=357472 CPUtime=882.28 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 10878 0 0 0 88218 10 0 0 25 0 5 0 517841278 366051328 61878 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=357472 CPUtime=877.49 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 18307 0 0 0 87729 20 0 0 25 0 5 0 517841278 366051328 61878 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=357472 CPUtime=882.21 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 18858 0 0 0 88208 13 0 0 25 0 5 0 517841278 366051328 61878 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 366172

[startup+942.307 s]
/proc/loadavg: 8.09 8.09 8.02 9/188 31894
/proc/meminfo: memFree=26705564/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=365836 CPUtime=3763.98 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 68336 0 0 0 376332 66 0 0 18 0 5 0 517841277 374616064 65667 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 91459 65667 419 389 0 87209 0
[pid=31799/tid=31801] ppid=31798 vsize=365836 CPUtime=942.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 15957 0 0 0 94208 19 0 0 25 0 5 0 517841278 374616064 65667 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=365836 CPUtime=942.29 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 11400 0 0 0 94218 11 0 0 25 0 5 0 517841278 374616064 65667 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=365836 CPUtime=937.16 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 20359 0 0 0 93695 21 0 0 25 0 5 0 517841278 374616064 65667 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=365836 CPUtime=942.21 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19101 0 0 0 94208 13 0 0 25 0 5 0 517841278 374616064 65667 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.98
Current children cumulated vsize (KiB) 374536

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 8.02 9/188 31896
/proc/meminfo: memFree=26665596/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=368856 CPUtime=4003.62 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 70607 0 0 0 400294 68 0 0 18 0 5 0 517841277 377708544 67841 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 92214 67841 419 389 0 87964 0
[pid=31799/tid=31801] ppid=31798 vsize=368856 CPUtime=1002.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 16652 0 0 0 100207 20 0 0 25 0 5 0 517841278 377708544 67841 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=368856 CPUtime=1002.28 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 12026 0 0 0 100216 12 0 0 25 0 5 0 517841278 377708544 67841 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=368856 CPUtime=996.84 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 21051 0 0 0 99662 22 0 0 25 0 5 0 517841278 377708544 67841 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591309 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=368856 CPUtime=1002.2 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19359 0 0 0 100207 13 0 0 25 0 5 0 517841278 377708544 67841 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 377556

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/188 31898
/proc/meminfo: memFree=26584216/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=369272 CPUtime=4243.29 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 71068 0 0 0 424260 69 0 0 18 0 5 0 517841277 378134528 68302 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 92318 68302 419 389 0 88068 0
[pid=31799/tid=31801] ppid=31798 vsize=369272 CPUtime=1062.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 16955 0 0 0 106207 20 0 0 25 0 5 0 517841278 378134528 68302 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=369272 CPUtime=1062.29 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 12184 0 0 0 106216 13 0 0 25 0 5 0 517841278 378134528 68302 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=369272 CPUtime=1056.51 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 21051 0 0 0 105629 22 0 0 25 0 5 0 517841278 378134528 68302 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=369272 CPUtime=1062.19 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19359 0 0 0 106206 13 0 0 25 0 5 0 517841278 378134528 68302 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 377972

[startup+1122.3 s]
/proc/loadavg: 8.07 8.08 8.02 9/188 31899
/proc/meminfo: memFree=26521196/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=435704 CPUtime=4482.97 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 71556 0 0 0 448228 69 0 0 18 0 5 0 517841277 446160896 68790 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 108926 68790 419 389 0 104676 0
[pid=31799/tid=31801] ppid=31798 vsize=435704 CPUtime=1122.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 17242 0 0 0 112207 20 0 0 25 0 5 0 517841278 446160896 68790 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=435704 CPUtime=1122.3 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 12385 0 0 0 112217 13 0 0 25 0 5 0 517841278 446160896 68790 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=435704 CPUtime=1116.19 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 21051 0 0 0 111597 22 0 0 25 0 5 0 517841278 446160896 68790 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=435704 CPUtime=1122.19 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19359 0 0 0 112206 13 0 0 25 0 5 0 517841278 446160896 68790 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.97
Current children cumulated vsize (KiB) 444404

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 31901
/proc/meminfo: memFree=26514336/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=436600 CPUtime=4722.63 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 72504 0 0 0 472193 70 0 0 18 0 5 0 517841277 447078400 69738 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 109150 69738 419 389 0 104900 0
[pid=31799/tid=31801] ppid=31798 vsize=436600 CPUtime=1182.27 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 17391 0 0 0 118207 20 0 0 25 0 5 0 517841278 447078400 69738 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=436600 CPUtime=1182.3 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 12608 0 0 0 118217 13 0 0 25 0 5 0 517841278 447078400 69738 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=436600 CPUtime=1175.86 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 21619 0 0 0 117563 23 0 0 25 0 5 0 517841278 447078400 69738 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=436600 CPUtime=1182.18 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19367 0 0 0 118205 13 0 0 25 0 5 0 517841278 447078400 69738 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.63
Current children cumulated vsize (KiB) 445300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.07 8.02 9/188 31901
/proc/meminfo: memFree=26510984/32951124 swapFree=67111356/67111528
[pid=31798] ppid=31796 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31798/stat : 31798 (prissAuto.sh) S 31796 31798 30345 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517841277 8908800 252 33554432000 4194304 4922060 140733495486128 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31798/statm: 2175 252 211 178 0 68 0
[pid=31799] ppid=31798 vsize=436600 CPUtime=4800.15 cores=0,2,4,6
/proc/31799/stat : 31799 (priss) S 31798 31798 30345 0 -1 4202496 73041 0 0 0 479944 71 0 0 18 0 5 0 517841277 447078400 70178 33554432000 4194304 5787044 140736920426720 18446744073709551615 218917554609 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31799/statm: 109150 70178 419 389 0 104900 0
[pid=31799/tid=31801] ppid=31798 vsize=436600 CPUtime=1201.67 cores=0,2,4,6
/proc/31799/task/31801/stat : 31801 (priss) R 31798 31798 30345 0 -1 4202560 17605 0 0 0 120147 20 0 0 25 0 5 0 517841278 447078400 70178 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31799/tid=31802] ppid=31798 vsize=436600 CPUtime=1201.7 cores=0,2,4,6
/proc/31799/task/31802/stat : 31802 (priss) R 31798 31798 30345 0 -1 4202560 12631 0 0 0 120157 13 0 0 25 0 5 0 517841278 447078400 70178 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31799/tid=31803] ppid=31798 vsize=436600 CPUtime=1195.15 cores=0,2,4,6
/proc/31799/task/31803/stat : 31803 (priss) R 31798 31798 30345 0 -1 4202560 21918 0 0 0 119492 23 0 0 25 0 5 0 517841278 447078400 70178 33554432000 4194304 5787044 140736920426720 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31799/tid=31804] ppid=31798 vsize=436600 CPUtime=1201.59 cores=0,2,4,6
/proc/31799/task/31804/stat : 31804 (priss) R 31798 31798 30345 0 -1 4202560 19368 0 0 0 120146 13 0 0 25 0 5 0 517841278 447078400 70178 33554432000 4194304 5787044 140736920426720 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 445300

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31798 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.15
#
# 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.15
CPU user time (s): 4799.44
CPU system time (s): 0.71
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 445300

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= 6
involuntary context switches= 3

runsolver used 1.77573 second user time and 4.78927 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 09:33:56
IDJOB=3290308
IDBENCH=83430
IDSOLVER=1602
FILE ID=node137/3290308-1304062436
RUNJOBID= node137-1304058816-31308
PBS_JOBID= 13170416
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=2022759107

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27442624 kB
Buffers:        900156 kB
Cached:        3715048 kB
SwapCached:         56 kB
Active:         632316 kB
Inactive:      4410488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27442624 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1776 kB
Writeback:           0 kB
AnonPages:      427336 kB
Mapped:          15576 kB
Slab:           401652 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   630872 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= 71604 MiB
End job on node137 at 2011-04-29 09:53:59