Trace number 3289848

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.34 1201.82

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

Solver Data

0.00/0.02	c *****************************************************
0.00/0.02	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.02	c *   This program may be redistributed or modified   *
0.00/0.02	c * under the terms of the GNU General Public License *
0.00/0.02	c *****************************************************
0.00/0.02	c process id: 30125
0.00/0.02	c setup for 4cores
0.00/0.03	c parsetime: 13851us
0.00/0.03	c parsed 30432 clauses with 2808 variables
0.00/0.04	c NW started thread 0 successfully (1086708032)
0.00/0.04	c NW started thread 1 successfully (1112422720)
0.00/0.05	c NW started thread 2 successfully (1097197888)
0.00/0.06	c NW started thread 3 successfully (1122912576)
0.00/1.11	c preprocessor returned 10010 variables
0.00/1.11	c preprocessing returned UNKNOWN
0.00/1.11	c PP set 280 variables
0.00/1.11	c pp time: 1073657us (1s)
0.00/1.12	c preprocessor returned 10010 variables
0.00/1.12	c preprocessing returned UNKNOWN
0.00/1.12	c PP set 280 variables
0.00/1.12	c pp time: 1076617us (1s)
0.00/1.13	c preprocessor returned 10010 variables
0.00/1.13	c preprocessing returned UNKNOWN
0.00/1.13	c PP set 280 variables
0.00/1.13	c pp time: 1074590us (1s)
13.40/3.42	c preprocessor returned 30011 variables
13.40/3.42	c preprocessing returned UNKNOWN
13.40/3.42	c PP set 280 variables
13.40/3.42	c pp time: 3360878us (3s)

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-3289848-1304061683/watcher-3289848-1304061683 -o /tmp/evaluation-result-3289848-1304061683/solver-3289848-1304061683 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289848-1304061683.cnf 1085869414 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.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=11800 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (runsolver) S 30121 30123 28051 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 1 0 517766059 12083200 51 33554432000 4194304 5434984 140735688591424 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 5 0 0 0
/proc/30123/statm: 2950 51 31 303 0 2644 0

[startup+0.365834 s]
/proc/loadavg: 7.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.24865 s]
/proc/loadavg: 7.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.30064 s]
/proc/loadavg: 7.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.40062 s]
/proc/loadavg: 7.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5006 s]
/proc/loadavg: 7.73 8.02 8.06 5/182 30123
/proc/meminfo: memFree=24294508/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10031 s]
/proc/loadavg: 7.73 8.02 8.06 9/188 30129
/proc/meminfo: memFree=24250020/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=291412 CPUtime=12.2 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 14560 0 0 0 1209 11 0 0 19 0 5 0 517766061 298405888 12921 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 72853 12921 405 389 0 68603 0
[pid=30125/tid=30126] ppid=30123 vsize=291412 CPUtime=3.04 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 3577 0 0 0 301 3 0 0 23 0 5 0 517766063 298405888 12921 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=291412 CPUtime=3.04 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 2393 0 0 0 301 3 0 0 19 0 5 0 517766063 298405888 12921 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=291412 CPUtime=3.03 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 2590 0 0 0 300 3 0 0 25 0 5 0 517766064 298405888 12921 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=291412 CPUtime=3.03 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 2478 0 0 0 303 0 0 0 25 0 5 0 517766065 298405888 12921 33554432000 4194304 5787044 140735390618800 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 300112

[startup+6.30073 s]
/proc/loadavg: 7.75 8.02 8.06 9/188 30129
/proc/meminfo: memFree=24230040/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=293784 CPUtime=24.98 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 18664 0 0 0 2468 30 0 0 19 0 5 0 517766061 300834816 15684 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 73446 15684 419 389 0 69196 0
[pid=30125/tid=30126] ppid=30123 vsize=293784 CPUtime=6.22 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 4013 0 0 0 616 6 0 0 19 0 5 0 517766063 300834816 15684 33554432000 4194304 5787044 140735390618800 18446744073709551615 4254975 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=293784 CPUtime=6.24 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 2821 0 0 0 616 8 0 0 25 0 5 0 517766063 300834816 15684 33554432000 4194304 5787044 140735390618800 18446744073709551615 4254903 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=293784 CPUtime=6.23 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 3099 0 0 0 615 8 0 0 25 0 5 0 517766064 300834816 15684 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=293784 CPUtime=6.22 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 5209 0 0 0 617 5 0 0 25 0 5 0 517766065 300834816 15684 33554432000 4194304 5787044 140735390618800 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 302484

[startup+12.7006 s]
/proc/loadavg: 7.77 8.02 8.06 9/188 30129
/proc/meminfo: memFree=24212668/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=300784 CPUtime=50.54 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 22888 0 0 0 5005 49 0 0 19 0 5 0 517766061 308002816 19906 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 75196 19906 419 389 0 70946 0
[pid=30125/tid=30126] ppid=30123 vsize=300784 CPUtime=12.58 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 5828 0 0 0 1248 10 0 0 25 0 5 0 517766063 308002816 19906 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699500916 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=300784 CPUtime=12.63 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 3548 0 0 0 1250 13 0 0 25 0 5 0 517766063 308002816 19906 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=300784 CPUtime=12.63 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 4067 0 0 0 1250 13 0 0 25 0 5 0 517766064 308002816 19906 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=300784 CPUtime=12.62 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 5923 0 0 0 1252 10 0 0 25 0 5 0 517766065 308002816 19906 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699501237 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 309484

[startup+25.5012 s]
/proc/loadavg: 7.82 8.02 8.06 9/188 30130
/proc/meminfo: memFree=24181792/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=313600 CPUtime=101.65 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 29801 0 0 0 10099 66 0 0 19 0 5 0 517766061 321126400 26738 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 78400 26738 419 389 0 74150 0
[pid=30125/tid=30126] ppid=30123 vsize=313600 CPUtime=25.31 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 8056 0 0 0 2517 14 0 0 25 0 5 0 517766063 321126400 26738 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=313600 CPUtime=25.43 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 4414 0 0 0 2526 17 0 0 25 0 5 0 517766063 321126400 26738 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=313600 CPUtime=25.42 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 5774 0 0 0 2524 18 0 0 25 0 5 0 517766064 321126400 26738 33554432000 4194304 5787044 140735390618800 18446744073709551615 212687780383 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=313600 CPUtime=25.42 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 8035 0 0 0 2528 14 0 0 25 0 5 0 517766065 321126400 26738 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527444 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 322300

[startup+51.1006 s]
/proc/loadavg: 7.88 8.02 8.06 9/188 30130
/proc/meminfo: memFree=24145020/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=327588 CPUtime=203.9 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 38516 0 0 0 20303 87 0 0 19 0 5 0 517766061 335450112 35317 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 81897 35317 419 389 0 77647 0
[pid=30125/tid=30126] ppid=30123 vsize=327588 CPUtime=50.77 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 10292 0 0 0 5057 20 0 0 25 0 5 0 517766063 335450112 35317 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=327588 CPUtime=51.02 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 6262 0 0 0 5080 22 0 0 25 0 5 0 517766063 335450112 35317 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=327588 CPUtime=51.01 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 7992 0 0 0 5079 22 0 0 25 0 5 0 517766064 335450112 35317 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=327588 CPUtime=51.01 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 10448 0 0 0 5082 19 0 0 25 0 5 0 517766065 335450112 35317 33554432000 4194304 5787044 140735390618800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 336288

[startup+102.307 s]
/proc/loadavg: 8.00 8.03 8.06 9/188 30132
/proc/meminfo: memFree=24084992/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=349984 CPUtime=408.42 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 51321 0 0 0 40737 105 0 0 19 0 5 0 517766061 358383616 47783 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 87496 47783 419 389 0 83246 0
[pid=30125/tid=30126] ppid=30123 vsize=349984 CPUtime=101.68 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 14856 0 0 0 10143 25 0 0 25 0 5 0 517766063 358383616 47783 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=349984 CPUtime=102.23 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 8827 0 0 0 10196 27 0 0 25 0 5 0 517766063 358383616 47783 33554432000 4194304 5787044 140735390618800 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=349984 CPUtime=102.22 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 11270 0 0 0 10196 26 0 0 25 0 5 0 517766064 358383616 47783 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=349984 CPUtime=102.21 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 12846 0 0 0 10197 24 0 0 25 0 5 0 517766065 358383616 47783 33554432000 4194304 5787044 140735390618800 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 358684

[startup+162.3 s]
/proc/loadavg: 8.05 8.04 8.06 9/188 30133
/proc/meminfo: memFree=24038228/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=364460 CPUtime=648.05 cores=1,3,5,7

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

/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 27494 0 0 0 88168 52 0 0 25 0 5 0 517766063 696373248 128893 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=680052 CPUtime=882.18 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 35466 0 0 0 88150 68 0 0 25 0 5 0 517766064 696373248 128893 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=680052 CPUtime=882.19 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 32351 0 0 0 88161 58 0 0 25 0 5 0 517766065 696373248 128893 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.05
Current children cumulated vsize (KiB) 688752

[startup+942.3 s]
/proc/loadavg: 8.20 8.14 8.09 9/188 30154
/proc/meminfo: memFree=23629344/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=3763.72 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 135827 0 0 0 376126 246 0 0 19 0 5 0 517766061 700784640 130836 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 130836 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=937.09 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34826 0 0 0 93646 63 0 0 25 0 5 0 517766063 700784640 130836 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=942.21 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28589 0 0 0 94167 54 0 0 25 0 5 0 517766063 700784640 130836 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=942.17 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36446 0 0 0 94148 69 0 0 25 0 5 0 517766064 700784640 130836 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591607 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=942.18 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 32444 0 0 0 94160 58 0 0 25 0 5 0 517766065 700784640 130836 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.72
Current children cumulated vsize (KiB) 693060

[startup+1002.3 s]
/proc/loadavg: 7.87 8.08 8.07 5/177 30174
/proc/meminfo: memFree=23907284/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4003.39 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136665 0 0 0 400092 247 0 0 19 0 5 0 517766061 700784640 131449 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131449 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=996.76 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34826 0 0 0 99613 63 0 0 25 0 5 0 517766063 700784640 131449 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1002.21 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28589 0 0 0 100167 54 0 0 25 0 5 0 517766063 700784640 131449 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1002.17 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36446 0 0 0 100148 69 0 0 25 0 5 0 517766064 700784640 131449 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1002.19 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 100160 59 0 0 25 0 5 0 517766065 700784640 131449 33554432000 4194304 5787044 140735390618800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.39
Current children cumulated vsize (KiB) 693060

[startup+1062.3 s]
/proc/loadavg: 5.42 7.33 7.82 5/177 30175
/proc/meminfo: memFree=23907292/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4243.07 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136666 0 0 0 424060 247 0 0 19 0 5 0 517766061 700784640 131450 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131450 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=1056.43 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34827 0 0 0 105580 63 0 0 25 0 5 0 517766063 700784640 131450 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1062.21 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28589 0 0 0 106167 54 0 0 25 0 5 0 517766063 700784640 131450 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1062.18 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36446 0 0 0 106148 70 0 0 25 0 5 0 517766064 700784640 131450 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1062.19 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 106160 59 0 0 25 0 5 0 517766065 700784640 131450 33554432000 4194304 5787044 140735390618800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.07
Current children cumulated vsize (KiB) 693060

[startup+1122.3 s]
/proc/loadavg: 4.52 6.72 7.57 5/177 30177
/proc/meminfo: memFree=23907272/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4482.74 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136669 0 0 0 448027 247 0 0 19 0 5 0 517766061 700784640 131453 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131453 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=1116.13 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34829 0 0 0 111550 63 0 0 25 0 5 0 517766063 700784640 131453 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1122.21 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28590 0 0 0 112167 54 0 0 25 0 5 0 517766063 700784640 131453 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1122.15 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36446 0 0 0 112145 70 0 0 25 0 5 0 517766064 700784640 131453 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1122.19 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 112160 59 0 0 25 0 5 0 517766065 700784640 131453 33554432000 4194304 5787044 140735390618800 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.74
Current children cumulated vsize (KiB) 693060

[startup+1182.3 s]
/proc/loadavg: 4.23 6.24 7.35 5/177 30179
/proc/meminfo: memFree=23907256/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4722.42 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136676 0 0 0 471995 247 0 0 19 0 5 0 517766061 700784640 131460 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131460 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=1176.14 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34834 0 0 0 117551 63 0 0 25 0 5 0 517766063 700784640 131460 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1182.21 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28591 0 0 0 118167 54 0 0 25 0 5 0 517766063 700784640 131460 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1181.83 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36447 0 0 0 118113 70 0 0 25 0 5 0 517766064 700784640 131460 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1182.19 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 118160 59 0 0 25 0 5 0 517766065 700784640 131460 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 693060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.25 6.11 7.29 5/177 30179
/proc/meminfo: memFree=23907252/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4800.34 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136678 0 0 0 479786 248 0 0 19 0 5 0 517766061 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131462 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=1195.64 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34834 0 0 0 119501 63 0 0 25 0 5 0 517766063 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1201.72 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28593 0 0 0 120118 54 0 0 25 0 5 0 517766063 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1201.22 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36447 0 0 0 120052 70 0 0 25 0 5 0 517766064 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1201.7 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 120111 59 0 0 25 0 5 0 517766065 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 693060

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

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

[startup+1201.8 s]
/proc/loadavg: 4.25 6.11 7.29 5/177 30179
/proc/meminfo: memFree=23907252/32951124 swapFree=67111524/67111528
[pid=30123] ppid=30121 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/30123/stat : 30123 (prissAuto.sh) S 30121 30123 28051 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 517766059 8908800 251 33554432000 4194304 4922060 140735212218976 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/30123/statm: 2175 251 211 178 0 68 0
[pid=30125] ppid=30123 vsize=684360 CPUtime=4800.34 cores=1,3,5,7
/proc/30125/stat : 30125 (priss) S 30123 30123 28051 0 -1 4202496 136678 0 0 0 479786 248 0 0 19 0 5 0 517766061 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/30125/statm: 171090 131462 419 389 0 166840 0
[pid=30125/tid=30126] ppid=30123 vsize=684360 CPUtime=1195.64 cores=1,3,5,7
/proc/30125/task/30126/stat : 30126 (priss) R 30123 30123 28051 0 -1 4202560 34834 0 0 0 119501 63 0 0 25 0 5 0 517766063 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=30125/tid=30127] ppid=30123 vsize=684360 CPUtime=1201.72 cores=1,3,5,7
/proc/30125/task/30127/stat : 30127 (priss) R 30123 30123 28051 0 -1 4202560 28593 0 0 0 120118 54 0 0 25 0 5 0 517766063 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=30125/tid=30128] ppid=30123 vsize=684360 CPUtime=1201.22 cores=1,3,5,7
/proc/30125/task/30128/stat : 30128 (priss) R 30123 30123 28051 0 -1 4202560 36447 0 0 0 120052 70 0 0 25 0 5 0 517766064 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=30125/tid=30129] ppid=30123 vsize=684360 CPUtime=1201.7 cores=1,3,5,7
/proc/30125/task/30129/stat : 30129 (priss) R 30123 30123 28051 0 -1 4202560 33282 0 0 0 120111 59 0 0 25 0 5 0 517766065 700784640 131462 33554432000 4194304 5787044 140735390618800 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 693060

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.82
CPU time (s): 4800.34
CPU user time (s): 4797.86
CPU system time (s): 2.48
CPU usage (%): 399.423
Max. virtual memory (cumulated for all children) (KiB): 693060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2

runsolver used 1.47877 second user time and 5.08123 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 09:21:23
IDJOB=3289848
IDBENCH=83408
IDSOLVER=1602
FILE ID=node139/3289848-1304061683
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

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

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1085869414

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      24294656 kB
Buffers:       2032932 kB
Cached:        5899028 kB
SwapCached:          4 kB
Active:        1016664 kB
Inactive:      7122796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24294656 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2332 kB
Writeback:           0 kB
AnonPages:      207188 kB
Mapped:          15632 kB
Slab:           452976 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   398004 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= 72552 MiB
End job on node139 at 2011-04-29 09:41:27