Trace number 3264231

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

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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: 16422
0.00/0.00	c setup for 4cores
0.00/0.03	c parsetime: 28221us
0.00/0.03	c parsed 132295 clauses with 1534 variables
0.00/0.04	c NW started thread 0 successfully (1109993792)
0.00/0.05	c NW started thread 1 successfully (1098553664)
0.00/0.06	c NW started thread 2 successfully (1086302528)
0.00/0.07	c NW started thread 3 successfully (1120483648)
17.20/4.42	c preprocessor returned 10010 variables
17.20/4.42	c preprocessing returned UNKNOWN
17.20/4.42	c PP set 0 variables
17.20/4.42	c pp time: 4292594us (4s)
17.20/4.42	c preprocessor returned 10010 variables
17.20/4.42	c preprocessing returned UNKNOWN
17.20/4.42	c PP set 0 variables
17.20/4.42	c pp time: 4307360us (4s)
17.60/4.54	c preprocessor returned 10010 variables
17.60/4.54	c preprocessing returned UNKNOWN
17.60/4.54	c PP set 0 variables
17.60/4.54	c pp time: 4503965us (4s)
35.98/9.14	c preprocessor returned 30008 variables
35.98/9.14	c preprocessing returned UNKNOWN
35.98/9.14	c PP set 0 variables
35.98/9.14	c pp time: 9064929us (9s)

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-3264231-1304066638/watcher-3264231-1304066638 -o /tmp/evaluation-result-3264231-1304066638/solver-3264231-1304066638 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3264231-1304066638.cnf 2104937398 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: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0

[startup+0.073904 s]
/proc/loadavg: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100928 s]
/proc/loadavg: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.612957 s]
/proc/loadavg: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.09874 s]
/proc/loadavg: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 4.12 4.15 5.14 2/171 16421
/proc/meminfo: memFree=30397140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10035 s]
/proc/loadavg: 4.19 4.17 5.14 5/177 16427
/proc/meminfo: memFree=30345368/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=290108 CPUtime=12.02 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 25317 0 0 0 1189 13 0 0 18 0 5 0 518264228 297070592 13112 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 72527 13112 352 389 0 68277 0
[pid=16422/tid=16424] ppid=16421 vsize=290108 CPUtime=3.04 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 4542 0 0 0 301 3 0 0 25 0 5 0 518264232 297070592 13112 33554432000 4194304 5787044 140736772582208 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=290108 CPUtime=2.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 4603 0 0 0 295 3 0 0 24 0 5 0 518264233 297070592 13112 33554432000 4194304 5787044 140736772582208 18446744073709551615 4336763 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=290108 CPUtime=2.93 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 4482 0 0 0 293 0 0 0 24 0 5 0 518264234 297070592 13112 33554432000 4194304 5787044 140736772582208 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=290108 CPUtime=2.98 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 4199 0 0 0 293 5 0 0 24 0 5 0 518264236 297070592 13112 33554432000 4194304 5787044 140736772582208 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 298808

[startup+6.30077 s]
/proc/loadavg: 4.19 4.17 5.14 5/177 16427
/proc/meminfo: memFree=30317428/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=302996 CPUtime=24.78 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 41599 0 0 0 2461 17 0 0 18 0 5 0 518264228 310267904 20087 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 75749 20087 404 389 0 71499 0
[pid=16422/tid=16424] ppid=16421 vsize=302996 CPUtime=6.24 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 9623 0 0 0 621 3 0 0 25 0 5 0 518264232 310267904 20087 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590586 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=302996 CPUtime=6.17 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 9997 0 0 0 611 6 0 0 21 0 5 0 518264233 310267904 20087 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=302996 CPUtime=6.1 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 8406 0 0 0 610 0 0 0 18 0 5 0 518264234 310267904 20087 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=302996 CPUtime=6.17 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 6082 0 0 0 612 5 0 0 20 0 5 0 518264236 310267904 20087 33554432000 4194304 5787044 140736772582208 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 311696

[startup+12.7006 s]
/proc/loadavg: 4.24 4.18 5.13 5/177 16428
/proc/meminfo: memFree=30305904/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=305120 CPUtime=50.37 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 48154 0 0 0 5015 22 0 0 18 0 5 0 518264228 312442880 22986 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 76280 22986 417 389 0 72030 0
[pid=16422/tid=16424] ppid=16421 vsize=305120 CPUtime=12.64 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 10154 0 0 0 1261 3 0 0 25 0 5 0 518264232 312442880 22986 33554432000 4194304 5787044 140736772582208 18446744073709551615 4220699 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=305120 CPUtime=12.58 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 10502 0 0 0 1251 7 0 0 19 0 5 0 518264233 312442880 22986 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=305120 CPUtime=12.47 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 8922 0 0 0 1247 0 0 0 19 0 5 0 518264234 312442880 22986 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590446 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=305120 CPUtime=12.58 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 11085 0 0 0 1249 9 0 0 19 0 5 0 518264236 312442880 22986 33554432000 4194304 5787044 140736772582208 18446744073709551615 5534193 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 313820

[startup+25.5013 s]
/proc/loadavg: 4.20 4.17 5.12 5/177 16428
/proc/meminfo: memFree=30286312/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=313384 CPUtime=101.47 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 53006 0 0 0 10123 24 0 0 18 0 5 0 518264228 320905216 27838 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 78346 27838 417 389 0 74096 0
[pid=16422/tid=16424] ppid=16421 vsize=313384 CPUtime=25.44 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 12113 0 0 0 2540 4 0 0 25 0 5 0 518264232 320905216 27838 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=313384 CPUtime=25.36 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 11443 0 0 0 2529 7 0 0 25 0 5 0 518264233 320905216 27838 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=313384 CPUtime=25.2 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 9939 0 0 0 2520 0 0 0 25 0 5 0 518264234 320905216 27838 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=313384 CPUtime=25.37 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 12020 0 0 0 2527 10 0 0 25 0 5 0 518264236 320905216 27838 33554432000 4194304 5787044 140736772582208 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 322084

[startup+51.1006 s]
/proc/loadavg: 4.13 4.16 5.09 5/177 16429
/proc/meminfo: memFree=30258428/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=325120 CPUtime=203.7 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 60408 0 0 0 20332 38 0 0 18 0 5 0 518264228 332922880 35239 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 81280 35239 417 389 0 77030 0
[pid=16422/tid=16424] ppid=16421 vsize=325120 CPUtime=51.04 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 13404 0 0 0 5098 6 0 0 25 0 5 0 518264232 332922880 35239 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=325120 CPUtime=50.94 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 14064 0 0 0 5081 13 0 0 25 0 5 0 518264233 332922880 35239 33554432000 4194304 5787044 140736772582208 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=325120 CPUtime=50.67 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 11816 0 0 0 5065 2 0 0 25 0 5 0 518264234 332922880 35239 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=325120 CPUtime=50.95 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 13633 0 0 0 5080 15 0 0 25 0 5 0 518264236 332922880 35239 33554432000 4194304 5787044 140736772582208 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 333820

[startup+102.301 s]
/proc/loadavg: 4.09 4.14 5.03 5/177 16430
/proc/meminfo: memFree=30208996/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=345180 CPUtime=408.18 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 72602 0 0 0 40745 73 0 0 18 0 5 0 518264228 353464320 47367 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 86295 47367 417 389 0 82045 0
[pid=16422/tid=16424] ppid=16421 vsize=345180 CPUtime=102.23 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 15594 0 0 0 10215 8 0 0 25 0 5 0 518264232 353464320 47367 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590360 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=345180 CPUtime=102.11 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 19084 0 0 0 10181 30 0 0 25 0 5 0 518264233 353464320 47367 33554432000 4194304 5787044 140736772582208 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=345180 CPUtime=101.6 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 14757 0 0 0 10156 4 0 0 25 0 5 0 518264234 353464320 47367 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=345180 CPUtime=102.14 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 15676 0 0 0 10185 29 0 0 25 0 5 0 518264236 353464320 47367 33554432000 4194304 5787044 140736772582208 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 353880

[startup+162.301 s]
/proc/loadavg: 4.07 4.13 4.97 5/177 16432
/proc/meminfo: memFree=30154140/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=366876 CPUtime=647.84 cores=0,2,4,6

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

/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 41812 0 0 0 82069 129 0 0 25 0 5 0 518264233 708624384 137309 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=692016 CPUtime=821.42 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 37571 0 0 0 82122 20 0 0 25 0 5 0 518264234 708624384 137309 33554432000 4194304 5787044 140736772582208 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=692016 CPUtime=819.53 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 39782 0 0 0 81829 124 0 0 25 0 5 0 518264236 708624384 137309 33554432000 4194304 5787044 140736772582208 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.42
Current children cumulated vsize (KiB) 700716

[startup+882.301 s]
/proc/loadavg: 4.01 4.04 4.45 5/177 16451
/proc/meminfo: memFree=29799200/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=715836 CPUtime=3524.1 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 176353 0 0 0 352051 359 0 0 18 0 5 0 518264228 733016064 149468 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 178959 149468 418 389 0 174709 0
[pid=16422/tid=16424] ppid=16421 vsize=715836 CPUtime=881.08 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 40616 0 0 0 88040 68 0 0 25 0 5 0 518264232 733016064 149468 33554432000 4194304 5787044 140736772582208 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=715836 CPUtime=881.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43512 0 0 0 88067 131 0 0 25 0 5 0 518264233 733016064 149468 33554432000 4194304 5787044 140736772582208 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=715836 CPUtime=881.41 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 42553 0 0 0 88118 23 0 0 25 0 5 0 518264234 733016064 149468 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=715836 CPUtime=879.53 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 42181 0 0 0 87818 135 0 0 25 0 5 0 518264236 733016064 149468 33554432000 4194304 5787044 140736772582208 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.1
Current children cumulated vsize (KiB) 724536

[startup+942.307 s]
/proc/loadavg: 4.00 4.03 4.42 5/177 16453
/proc/meminfo: memFree=29774320/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=727060 CPUtime=3763.79 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 182656 0 0 0 376001 378 0 0 18 0 5 0 518264228 744509440 155546 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 181765 155546 418 389 0 177515 0
[pid=16422/tid=16424] ppid=16421 vsize=727060 CPUtime=940.77 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41260 0 0 0 94008 69 0 0 25 0 5 0 518264232 744509440 155546 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=727060 CPUtime=941.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43512 0 0 0 94067 131 0 0 25 0 5 0 518264233 744509440 155546 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=727060 CPUtime=941.41 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 45178 0 0 0 94117 24 0 0 25 0 5 0 518264234 744509440 155546 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=727060 CPUtime=939.53 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 45215 0 0 0 93801 152 0 0 25 0 5 0 518264236 744509440 155546 33554432000 4194304 5787044 140736772582208 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.79
Current children cumulated vsize (KiB) 735760

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 4.39 5/177 16454
/proc/meminfo: memFree=29767700/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=727060 CPUtime=4003.46 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 184530 0 0 0 399960 386 0 0 18 0 5 0 518264228 744509440 157195 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 181765 157195 418 389 0 177515 0
[pid=16422/tid=16424] ppid=16421 vsize=727060 CPUtime=1000.47 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41262 0 0 0 99978 69 0 0 25 0 5 0 518264232 744509440 157195 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=727060 CPUtime=1001.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43517 0 0 0 100066 132 0 0 25 0 5 0 518264233 744509440 157195 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=727060 CPUtime=1001.4 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 45178 0 0 0 100116 24 0 0 25 0 5 0 518264234 744509440 157195 33554432000 4194304 5787044 140736772582208 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=727060 CPUtime=999.52 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 47082 0 0 0 99793 159 0 0 25 0 5 0 518264236 744509440 157195 33554432000 4194304 5787044 140736772582208 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.46
Current children cumulated vsize (KiB) 735760

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 4.36 5/177 16465
/proc/meminfo: memFree=29766536/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=727060 CPUtime=4243.16 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 184542 0 0 0 423930 386 0 0 18 0 5 0 518264228 744509440 157207 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 181765 157207 418 389 0 177515 0
[pid=16422/tid=16424] ppid=16421 vsize=727060 CPUtime=1060.17 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41270 0 0 0 105948 69 0 0 25 0 5 0 518264232 744509440 157207 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=727060 CPUtime=1061.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43521 0 0 0 106066 132 0 0 25 0 5 0 518264233 744509440 157207 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=727060 CPUtime=1061.4 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 45178 0 0 0 106116 24 0 0 25 0 5 0 518264234 744509440 157207 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=727060 CPUtime=1059.52 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 47082 0 0 0 105793 159 0 0 25 0 5 0 518264236 744509440 157207 33554432000 4194304 5787044 140736772582208 18446744073709551615 5526880 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.16
Current children cumulated vsize (KiB) 735760

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.34 5/177 16466
/proc/meminfo: memFree=29766364/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=727060 CPUtime=4482.85 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 184564 0 0 0 447898 387 0 0 18 0 5 0 518264228 744509440 157229 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 181765 157229 418 389 0 177515 0
[pid=16422/tid=16424] ppid=16421 vsize=727060 CPUtime=1119.86 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41279 0 0 0 111916 70 0 0 25 0 5 0 518264232 744509440 157229 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=727060 CPUtime=1121.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43532 0 0 0 112066 132 0 0 25 0 5 0 518264233 744509440 157229 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=727060 CPUtime=1121.39 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 45179 0 0 0 112115 24 0 0 25 0 5 0 518264234 744509440 157229 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=727060 CPUtime=1119.52 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 47083 0 0 0 111793 159 0 0 25 0 5 0 518264236 744509440 157229 33554432000 4194304 5787044 140736772582208 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.85
Current children cumulated vsize (KiB) 735760

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 4.33 5/177 16470
/proc/meminfo: memFree=29761488/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=731160 CPUtime=4722.52 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 185699 0 0 0 471864 388 0 0 18 0 5 0 518264228 748707840 158364 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 182790 158364 418 389 0 178540 0
[pid=16422/tid=16424] ppid=16421 vsize=731160 CPUtime=1179.53 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41317 0 0 0 117883 70 0 0 25 0 5 0 518264232 748707840 158364 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=731160 CPUtime=1181.98 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 43598 0 0 0 118066 132 0 0 25 0 5 0 518264233 748707840 158364 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=731160 CPUtime=1181.39 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 46207 0 0 0 118115 24 0 0 25 0 5 0 518264234 748707840 158364 33554432000 4194304 5787044 140736772582208 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=731160 CPUtime=1179.52 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 47086 0 0 0 117793 159 0 0 25 0 5 0 518264236 748707840 158364 33554432000 4194304 5787044 140736772582208 18446744073709551615 5527057 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 739860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 4.07 4.04 4.32 5/177 16471
/proc/meminfo: memFree=29754784/32951124 swapFree=67111364/67111528
[pid=16421] ppid=16419 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16421/stat : 16421 (prissAuto.sh) S 16419 16421 13999 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 518264228 8908800 252 33554432000 4194304 4922060 140735634404928 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16421/statm: 2175 252 211 178 0 68 0
[pid=16422] ppid=16421 vsize=735260 CPUtime=4800.04 cores=0,2,4,6
/proc/16422/stat : 16422 (priss) S 16421 16421 13999 0 -1 4202496 187452 0 0 0 479615 389 0 0 18 0 5 0 518264228 752906240 160117 33554432000 4194304 5787044 140736772582208 18446744073709551615 253652683185 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16422/statm: 183815 160117 418 389 0 179565 0
[pid=16422/tid=16424] ppid=16421 vsize=735260 CPUtime=1198.82 cores=0,2,4,6
/proc/16422/task/16424/stat : 16424 (priss) R 16421 16421 13999 0 -1 4202560 41370 0 0 0 119812 70 0 0 25 0 5 0 518264232 752906240 160117 33554432000 4194304 5787044 140736772582208 18446744073709551615 5590543 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16422/tid=16425] ppid=16421 vsize=735260 CPUtime=1201.38 cores=0,2,4,6
/proc/16422/task/16425/stat : 16425 (priss) R 16421 16421 13999 0 -1 4202560 44269 0 0 0 120006 132 0 0 25 0 5 0 518264233 752906240 160117 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16422/tid=16426] ppid=16421 vsize=735260 CPUtime=1200.8 cores=0,2,4,6
/proc/16422/task/16426/stat : 16426 (priss) R 16421 16421 13999 0 -1 4202560 47232 0 0 0 120055 25 0 0 25 0 5 0 518264234 752906240 160117 33554432000 4194304 5787044 140736772582208 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16422/tid=16427] ppid=16421 vsize=735260 CPUtime=1198.92 cores=0,2,4,6
/proc/16422/task/16427/stat : 16427 (priss) R 16421 16421 13999 0 -1 4202560 47090 0 0 0 119733 159 0 0 25 0 5 0 518264236 752906240 160117 33554432000 4194304 5787044 140736772582208 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 743960

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 16421 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 4800.04
#
# 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.04
CPU user time (s): 4796.15
CPU system time (s): 3.89
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 743960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 333
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.9587 second user time and 3.85641 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 10:43:58
IDJOB=3264231
IDBENCH=84568
IDSOLVER=1602
FILE ID=node106/3264231-1304066638
RUNJOBID= node106-1304063004-16009
PBS_JOBID= 13170400
Free space on /tmp= 72160 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264231-1304066638/watcher-3264231-1304066638 -o /tmp/evaluation-result-3264231-1304066638/solver-3264231-1304066638 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3264231-1304066638.cnf 2104937398 4800 15500 4

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=2104937398

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30397412 kB
Buffers:        234136 kB
Cached:        2046704 kB
SwapCached:         88 kB
Active:         761432 kB
Inactive:      1582652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30397412 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3160 kB
Writeback:           0 kB
AnonPages:       62936 kB
Mapped:          14700 kB
Slab:           145492 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188996 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= 72156 MiB
End job on node106 at 2011-04-29 11:04:02