Trace number 3289940

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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: 21412
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 4755us
0.00/0.01	c parsed 10656 clauses with 1192 variables
0.00/0.01	c NW started thread 0 successfully (1097251136)
0.00/0.01	c NW started thread 1 successfully (1107740992)
0.00/0.01	c NW started thread 2 successfully (1118230848)
0.00/0.01	c NW started thread 3 successfully (1128720704)
0.00/0.54	c preprocessor returned 10006 variables
0.00/0.54	c preprocessing returned UNKNOWN
0.00/0.54	c PP set 264 variables
0.00/0.54	c pp time: 454034us (0s)
0.00/0.54	c preprocessor returned 10006 variables
0.00/0.54	c preprocessing returned UNKNOWN
0.00/0.54	c PP set 264 variables
0.00/0.54	c pp time: 457084us (0s)
0.00/0.54	c preprocessor returned 10006 variables
0.00/0.54	c preprocessing returned UNKNOWN
0.00/0.54	c PP set 264 variables
0.00/0.54	c pp time: 460190us (0s)
43.48/10.93	c preprocessor returned 30003 variables
43.48/10.93	c preprocessing returned UNKNOWN
43.48/10.93	c PP set 264 variables
43.48/10.93	c pp time: 10913737us (10s)

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-3289940-1304061801/watcher-3289940-1304061801 -o /tmp/evaluation-result-3289940-1304061801/solver-3289940-1304061801 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3289940-1304061801.cnf 161445604 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: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0

[startup+0.12002 s]
/proc/loadavg: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.286894 s]
/proc/loadavg: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.873426 s]
/proc/loadavg: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.995913 s]
/proc/loadavg: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 8.17 8.09 8.02 5/182 21411
/proc/meminfo: memFree=18192712/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10108 s]
/proc/loadavg: 8.31 8.12 8.03 9/188 21417
/proc/meminfo: memFree=18151740/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=281640 CPUtime=12.33 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 11042 0 0 0 1230 3 0 0 18 0 5 0 596410779 288399360 10010 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 70410 10010 405 389 0 66160 0
[pid=21412/tid=21414] ppid=21411 vsize=281640 CPUtime=3.08 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 3181 0 0 0 308 0 0 0 25 0 5 0 596410780 288399360 10010 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591205 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=281640 CPUtime=3.07 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 1542 0 0 0 307 0 0 0 25 0 5 0 596410780 288399360 10010 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=281640 CPUtime=3.06 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 2315 0 0 0 305 1 0 0 25 0 5 0 596410780 288399360 10010 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=281640 CPUtime=3.07 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 2171 0 0 0 307 0 0 0 25 0 5 0 596410780 288399360 10010 33554432000 4194304 5787044 140736586241344 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 290340

[startup+6.30048 s]
/proc/loadavg: 8.29 8.12 8.03 9/188 21417
/proc/meminfo: memFree=18142644/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=283300 CPUtime=25.11 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 12586 0 0 0 2507 4 0 0 18 0 5 0 596410779 290099200 11554 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 70825 11554 405 389 0 66575 0
[pid=21412/tid=21414] ppid=21411 vsize=283300 CPUtime=6.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 3465 0 0 0 628 0 0 0 25 0 5 0 596410780 290099200 11554 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=283300 CPUtime=6.27 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 2117 0 0 0 626 1 0 0 25 0 5 0 596410780 290099200 11554 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=283300 CPUtime=6.24 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 2978 0 0 0 623 1 0 0 25 0 5 0 596410780 290099200 11554 33554432000 4194304 5787044 140736586241344 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=283300 CPUtime=6.27 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 2193 0 0 0 627 0 0 0 25 0 5 0 596410780 290099200 11554 33554432000 4194304 5787044 140736586241344 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 292000

[startup+12.7003 s]
/proc/loadavg: 8.27 8.11 8.02 9/188 21417
/proc/meminfo: memFree=18124312/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=289964 CPUtime=50.69 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 17734 0 0 0 5062 7 0 0 18 0 5 0 596410779 296923136 15709 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 72491 15709 418 389 0 68241 0
[pid=21412/tid=21414] ppid=21411 vsize=289964 CPUtime=12.69 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 4074 0 0 0 1268 1 0 0 25 0 5 0 596410780 296923136 15709 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=289964 CPUtime=12.67 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 3857 0 0 0 1265 2 0 0 25 0 5 0 596410780 296923136 15709 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=289964 CPUtime=12.61 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 3643 0 0 0 1259 2 0 0 25 0 5 0 596410780 296923136 15709 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=289964 CPUtime=12.67 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 4327 0 0 0 1267 0 0 0 25 0 5 0 596410780 296923136 15709 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 298664

[startup+25.5009 s]
/proc/loadavg: 8.22 8.11 8.02 9/188 21418
/proc/meminfo: memFree=18106448/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=297936 CPUtime=101.78 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 22285 0 0 0 10167 11 0 0 18 0 5 0 596410779 305086464 20236 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 74484 20236 418 389 0 70234 0
[pid=21412/tid=21414] ppid=21411 vsize=297936 CPUtime=25.47 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 4970 0 0 0 2546 1 0 0 25 0 5 0 596410780 305086464 20236 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=297936 CPUtime=25.46 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 4554 0 0 0 2543 3 0 0 25 0 5 0 596410780 305086464 20236 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=297936 CPUtime=25.33 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 5218 0 0 0 2530 3 0 0 18 0 5 0 596410780 305086464 20236 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=297936 CPUtime=25.48 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 5710 0 0 0 2546 2 0 0 25 0 5 0 596410780 305086464 20236 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 306636

[startup+51.101 s]
/proc/loadavg: 8.15 8.10 8.02 9/188 21418
/proc/meminfo: memFree=18083112/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=307024 CPUtime=204.03 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 28116 0 0 0 20387 16 0 0 18 0 5 0 596410779 314392576 26024 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 76756 26024 419 389 0 72506 0
[pid=21412/tid=21414] ppid=21411 vsize=307024 CPUtime=51.07 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 5666 0 0 0 5104 3 0 0 25 0 5 0 596410780 314392576 26024 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=307024 CPUtime=51.06 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 6897 0 0 0 5101 5 0 0 25 0 5 0 596410780 314392576 26024 33554432000 4194304 5787044 140736586241344 18446744073709551615 4220878 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=307024 CPUtime=50.79 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 6439 0 0 0 5075 4 0 0 25 0 5 0 596410780 314392576 26024 33554432000 4194304 5787044 140736586241344 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=307024 CPUtime=51.07 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 7281 0 0 0 5104 3 0 0 25 0 5 0 596410780 314392576 26024 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 315724

[startup+102.3 s]
/proc/loadavg: 8.06 8.08 8.02 9/188 21420
/proc/meminfo: memFree=18052968/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=316560 CPUtime=408.54 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 35495 0 0 0 40829 25 0 0 18 0 5 0 596410779 324157440 33337 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 79140 33337 419 389 0 74890 0
[pid=21412/tid=21414] ppid=21411 vsize=316560 CPUtime=102.27 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 6768 0 0 0 10223 4 0 0 25 0 5 0 596410780 324157440 33337 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=316560 CPUtime=102.25 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 9777 0 0 0 10218 7 0 0 25 0 5 0 596410780 324157440 33337 33554432000 4194304 5787044 140736586241344 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=316560 CPUtime=101.71 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 8414 0 0 0 10164 7 0 0 25 0 5 0 596410780 324157440 33337 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=316560 CPUtime=102.27 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 8703 0 0 0 10222 5 0 0 25 0 5 0 596410780 324157440 33337 33554432000 4194304 5787044 140736586241344 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 325260

[startup+162.301 s]
/proc/loadavg: 8.02 8.06 8.01 9/188 21421
/proc/meminfo: memFree=17999736/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=335368 CPUtime=648.23 cores=0,2,4,6

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

/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 18803 0 0 0 82205 15 0 0 25 0 5 0 596410780 455639040 75209 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=444960 CPUtime=821.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 21847 0 0 0 82110 21 0 0 25 0 5 0 596410780 455639040 75209 33554432000 4194304 5787044 140736586241344 18446744073709551615 5590663 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=444960 CPUtime=818.76 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 18703 0 0 0 81859 17 0 0 25 0 5 0 596410780 455639040 75209 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 453660

[startup+882.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/188 21505
/proc/meminfo: memFree=17994068/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=444960 CPUtime=3524.24 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 78882 0 0 0 352350 74 0 0 18 0 5 0 596410779 455639040 76288 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 111240 76288 419 389 0 106990 0
[pid=21412/tid=21414] ppid=21411 vsize=444960 CPUtime=882.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 16622 0 0 0 88211 17 0 0 25 0 5 0 596410780 455639040 76288 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=444960 CPUtime=882.19 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 18804 0 0 0 88204 15 0 0 25 0 5 0 596410780 455639040 76288 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=444960 CPUtime=881.3 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 22650 0 0 0 88107 23 0 0 25 0 5 0 596410780 455639040 76288 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=444960 CPUtime=878.43 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 18973 0 0 0 87826 17 0 0 25 0 5 0 596410780 455639040 76288 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.24
Current children cumulated vsize (KiB) 453660

[startup+942.307 s]
/proc/loadavg: 8.18 8.10 8.03 10/189 21510
/proc/meminfo: memFree=17850584/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=444960 CPUtime=3763.95 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 79115 0 0 0 376320 75 0 0 18 0 5 0 596410779 455639040 76521 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 111240 76521 419 389 0 106990 0
[pid=21412/tid=21414] ppid=21411 vsize=444960 CPUtime=942.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 16851 0 0 0 94211 17 0 0 25 0 5 0 596410780 455639040 76521 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=444960 CPUtime=942.19 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 18806 0 0 0 94204 15 0 0 25 0 5 0 596410780 455639040 76521 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=444960 CPUtime=941.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 22652 0 0 0 94108 23 0 0 25 0 5 0 596410780 455639040 76521 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=444960 CPUtime=938.11 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 18973 0 0 0 93794 17 0 0 25 0 5 0 596410780 455639040 76521 33554432000 4194304 5787044 140736586241344 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.95
Current children cumulated vsize (KiB) 453660

[startup+1002.3 s]
/proc/loadavg: 8.20 8.14 8.04 9/188 21512
/proc/meminfo: memFree=17778720/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=449060 CPUtime=4003.6 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 80374 0 0 0 400284 76 0 0 18 0 5 0 596410779 459837440 77780 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 112265 77780 419 389 0 108015 0
[pid=21412/tid=21414] ppid=21411 vsize=449060 CPUtime=1002.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 17066 0 0 0 100211 17 0 0 25 0 5 0 596410780 459837440 77780 33554432000 4194304 5787044 140736586241344 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=449060 CPUtime=1002.18 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 19835 0 0 0 100203 15 0 0 25 0 5 0 596410780 459837440 77780 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=449060 CPUtime=1001.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 22667 0 0 0 100107 24 0 0 25 0 5 0 596410780 459837440 77780 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=449060 CPUtime=997.78 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 18973 0 0 0 99761 17 0 0 25 0 5 0 596410780 459837440 77780 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.6
Current children cumulated vsize (KiB) 457760

[startup+1062.3 s]
/proc/loadavg: 8.18 8.14 8.05 9/188 21513
/proc/meminfo: memFree=17719556/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=456740 CPUtime=4243.26 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 82965 0 0 0 424248 78 0 0 18 0 5 0 596410779 467701760 80371 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 114185 80371 419 389 0 109935 0
[pid=21412/tid=21414] ppid=21411 vsize=456740 CPUtime=1062.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 17284 0 0 0 106211 17 0 0 25 0 5 0 596410780 467701760 80371 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=456740 CPUtime=1062.17 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 20206 0 0 0 106201 16 0 0 25 0 5 0 596410780 467701760 80371 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=456740 CPUtime=1061.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 24669 0 0 0 106106 25 0 0 25 0 5 0 596410780 467701760 80371 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=456740 CPUtime=1057.45 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 18973 0 0 0 105728 17 0 0 25 0 5 0 596410780 467701760 80371 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.26
Current children cumulated vsize (KiB) 465440

[startup+1122.3 s]
/proc/loadavg: 8.13 8.13 8.05 9/188 21515
/proc/meminfo: memFree=17674260/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=531560 CPUtime=4482.94 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 86094 0 0 0 448213 81 0 0 18 0 5 0 596410779 544317440 83500 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 132890 83500 419 389 0 128640 0
[pid=21412/tid=21414] ppid=21411 vsize=531560 CPUtime=1122.28 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 17517 0 0 0 112211 17 0 0 25 0 5 0 596410780 544317440 83500 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=531560 CPUtime=1122.17 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 21242 0 0 0 112199 18 0 0 25 0 5 0 596410780 544317440 83500 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=531560 CPUtime=1121.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 26422 0 0 0 112105 26 0 0 25 0 5 0 596410780 544317440 83500 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=531560 CPUtime=1117.14 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 19080 0 0 0 111696 18 0 0 25 0 5 0 596410780 544317440 83500 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 540260

[startup+1182.3 s]
/proc/loadavg: 8.10 8.12 8.04 9/188 21516
/proc/meminfo: memFree=17582364/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=606008 CPUtime=4722.61 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 90648 0 0 0 472175 86 0 0 18 0 5 0 596410779 620552192 88054 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 151502 88054 419 389 0 147252 0
[pid=21412/tid=21414] ppid=21411 vsize=606008 CPUtime=1182.29 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 18882 0 0 0 118211 18 0 0 25 0 5 0 596410780 620552192 88054 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=606008 CPUtime=1182.17 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 22250 0 0 0 118197 20 0 0 25 0 5 0 596410780 620552192 88054 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=606008 CPUtime=1181.31 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 27569 0 0 0 118104 27 0 0 25 0 5 0 596410780 620552192 88054 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=606008 CPUtime=1176.8 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 20114 0 0 0 117660 20 0 0 25 0 5 0 596410780 620552192 88054 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 614708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.07 8.11 8.04 9/188 21517
/proc/meminfo: memFree=17570700/32950928 swapFree=67111524/67111528
[pid=21411] ppid=21409 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/21411/stat : 21411 (prissAuto.sh) S 21409 21411 20564 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 596410779 8908800 252 33554432000 4194304 4922060 140734185527456 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/21411/statm: 2175 252 211 178 0 68 0
[pid=21412] ppid=21411 vsize=607352 CPUtime=4800.13 cores=0,2,4,6
/proc/21412/stat : 21412 (priss) S 21411 21411 20564 0 -1 4202496 91774 0 0 0 479925 88 0 0 18 0 5 0 596410779 621928448 89180 33554432000 4194304 5787044 140736586241344 18446744073709551615 256427215281 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/21412/statm: 151838 89180 419 389 0 147588 0
[pid=21412/tid=21414] ppid=21411 vsize=607352 CPUtime=1201.69 cores=0,2,4,6
/proc/21412/task/21414/stat : 21414 (priss) R 21411 21411 20564 0 -1 4202560 19003 0 0 0 120151 18 0 0 25 0 5 0 596410780 621928448 89180 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=21412/tid=21415] ppid=21411 vsize=607352 CPUtime=1201.56 cores=0,2,4,6
/proc/21412/task/21415/stat : 21415 (priss) R 21411 21411 20564 0 -1 4202560 22617 0 0 0 120136 20 0 0 25 0 5 0 596410780 621928448 89180 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=21412/tid=21416] ppid=21411 vsize=607352 CPUtime=1200.72 cores=0,2,4,6
/proc/21412/task/21416/stat : 21416 (priss) R 21411 21411 20564 0 -1 4202560 27894 0 0 0 120045 27 0 0 25 0 5 0 596410780 621928448 89180 33554432000 4194304 5787044 140736586241344 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=21412/tid=21417] ppid=21411 vsize=607352 CPUtime=1196.1 cores=0,2,4,6
/proc/21412/task/21417/stat : 21417 (priss) R 21411 21411 20564 0 -1 4202560 20427 0 0 0 119590 20 0 0 25 0 5 0 596410780 621928448 89180 33554432000 4194304 5787044 140736586241344 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 616052

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 21411 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.13
#
# 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.13
CPU user time (s): 4799.25
CPU system time (s): 0.88
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 616052

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

runsolver used 1.78673 second user time and 4.77727 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 09:23:21
IDJOB=3289940
IDBENCH=83412
IDSOLVER=1602
FILE ID=node115/3289940-1304061801
RUNJOBID= node115-1304054572-20582
PBS_JOBID= 13170430
Free space on /tmp= 72728 MiB

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

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=161445604

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:     32950928 kB
MemFree:      18192984 kB
Buffers:       2319400 kB
Cached:       11537240 kB
SwapCached:          4 kB
Active:        7094756 kB
Inactive:      7110312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18192984 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1956 kB
Writeback:           4 kB
AnonPages:      347452 kB
Mapped:          15652 kB
Slab:           489944 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   539112 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= 72720 MiB
End job on node115 at 2011-04-29 09:43:25