Trace number 3266827

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.35 1202.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 16644
0.00/0.00	c setup for 4cores
0.00/0.02	c parsetime: 18076us
0.00/0.02	c parsed 93431 clauses with 943 variables
0.00/0.02	c NW started thread 0 successfully (1094711616)
0.00/0.03	c NW started thread 1 successfully (1105201472)
0.00/0.04	c NW started thread 2 successfully (1115691328)
0.00/0.05	c NW started thread 3 successfully (1126181184)
13.41/3.46	c preprocessor returned 10004 variables
13.41/3.46	c preprocessing returned UNKNOWN
13.41/3.46	c PP set 0 variables
13.41/3.46	c pp time: 3429008us (3s)
13.41/3.46	c preprocessor returned 10004 variables
13.41/3.46	c preprocessing returned UNKNOWN
13.41/3.46	c PP set 0 variables
13.41/3.46	c pp time: 3422104us (3s)
13.41/3.47	c preprocessor returned 10004 variables
13.41/3.47	c preprocessing returned UNKNOWN
13.41/3.47	c PP set 0 variables
13.41/3.47	c pp time: 3442008us (3s)
60.93/15.37	c preprocessor returned 30036 variables
60.93/15.37	c preprocessing returned UNKNOWN
60.93/15.37	c PP set 0 variables
60.93/15.37	c pp time: 15313143us (15s)

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-3266827-1304083454/watcher-3266827-1304083454 -o /tmp/evaluation-result-3266827-1304083454/solver-3266827-1304083454 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3266827-1304083454.cnf 516019140 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.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0

[startup+0.057586 s]
/proc/loadavg: 8.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.120557 s]
/proc/loadavg: 8.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.869405 s]
/proc/loadavg: 8.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.969387 s]
/proc/loadavg: 8.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 8.18 8.08 8.01 5/182 16643
/proc/meminfo: memFree=19480636/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 8.16 8.08 8.01 9/188 16649
/proc/meminfo: memFree=19445672/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=283944 CPUtime=12.21 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 22569 0 0 0 1215 6 0 0 18 0 5 0 500761014 290758656 13194 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 70986 13194 355 389 0 66736 0
[pid=16644/tid=16646] ppid=16643 vsize=283944 CPUtime=3.03 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 3606 0 0 0 302 1 0 0 25 0 5 0 500761016 290758656 13194 33554432000 4194304 5787044 140734085165520 18446744073709551615 264726098905 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=283944 CPUtime=3.02 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 4344 0 0 0 302 0 0 0 25 0 5 0 500761017 290758656 13194 33554432000 4194304 5787044 140734085165520 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=283944 CPUtime=3.03 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 4047 0 0 0 302 1 0 0 25 0 5 0 500761018 290758656 13194 33554432000 4194304 5787044 140734085165520 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=283944 CPUtime=3.03 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 5444 0 0 0 302 1 0 0 25 0 5 0 500761019 290758656 13194 33554432000 4194304 5787044 140734085165520 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 292644

[startup+6.30038 s]
/proc/loadavg: 8.16 8.08 8.01 9/188 16649
/proc/meminfo: memFree=19412544/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=290976 CPUtime=24.98 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 32994 0 0 0 2490 8 0 0 18 0 5 0 500761014 297959424 17058 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 72744 17058 404 389 0 68494 0
[pid=16644/tid=16646] ppid=16643 vsize=290976 CPUtime=6.23 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 7984 0 0 0 621 2 0 0 25 0 5 0 500761016 297959424 17058 33554432000 4194304 5787044 140734085165520 18446744073709551615 5389121 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=290976 CPUtime=6.2 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 6940 0 0 0 620 0 0 0 25 0 5 0 500761017 297959424 17058 33554432000 4194304 5787044 140734085165520 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=290976 CPUtime=6.23 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 7491 0 0 0 621 2 0 0 25 0 5 0 500761018 297959424 17058 33554432000 4194304 5787044 140734085165520 18446744073709551615 4254900 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=290976 CPUtime=6.23 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 5451 0 0 0 622 1 0 0 25 0 5 0 500761019 297959424 17058 33554432000 4194304 5787044 140734085165520 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 299676

[startup+12.7062 s]
/proc/loadavg: 8.21 8.09 8.02 9/188 16649
/proc/meminfo: memFree=19402756/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=293352 CPUtime=50.56 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 34827 0 0 0 5048 8 0 0 18 0 5 0 500761014 300392448 18891 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 73338 18891 404 389 0 69088 0
[pid=16644/tid=16646] ppid=16643 vsize=293352 CPUtime=12.64 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 8595 0 0 0 1262 2 0 0 25 0 5 0 500761016 300392448 18891 33554432000 4194304 5787044 140734085165520 18446744073709551615 5592132 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=293352 CPUtime=12.57 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 7546 0 0 0 1257 0 0 0 25 0 5 0 500761017 300392448 18891 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=293352 CPUtime=12.63 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 8107 0 0 0 1261 2 0 0 25 0 5 0 500761018 300392448 18891 33554432000 4194304 5787044 140734085165520 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=293352 CPUtime=12.63 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 5451 0 0 0 1262 1 0 0 25 0 5 0 500761019 300392448 18891 33554432000 4194304 5787044 140734085165520 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 302052

[startup+25.5008 s]
/proc/loadavg: 8.26 8.10 8.02 9/188 16650
/proc/meminfo: memFree=19376716/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=301720 CPUtime=101.67 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 43955 0 0 0 10155 12 0 0 18 0 5 0 500761014 308961280 25480 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 75430 25480 417 389 0 71180 0
[pid=16644/tid=16646] ppid=16643 vsize=301720 CPUtime=25.43 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 9711 0 0 0 2541 2 0 0 25 0 5 0 500761016 308961280 25480 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=301720 CPUtime=25.3 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 8628 0 0 0 2529 1 0 0 25 0 5 0 500761017 308961280 25480 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=301720 CPUtime=25.43 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 9660 0 0 0 2539 4 0 0 25 0 5 0 500761018 308961280 25480 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591064 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=301720 CPUtime=25.43 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 10828 0 0 0 2540 3 0 0 25 0 5 0 500761019 308961280 25480 33554432000 4194304 5787044 140734085165520 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 310420

[startup+51.1009 s]
/proc/loadavg: 8.17 8.09 8.02 11/189 16653
/proc/meminfo: memFree=19328944/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=312256 CPUtime=203.93 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 51938 0 0 0 20375 18 0 0 18 0 5 0 500761014 319750144 33460 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 78064 33460 417 389 0 73814 0
[pid=16644/tid=16646] ppid=16643 vsize=312256 CPUtime=51.03 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 11421 0 0 0 5099 4 0 0 25 0 5 0 500761016 319750144 33460 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=312256 CPUtime=50.75 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 11203 0 0 0 5074 1 0 0 25 0 5 0 500761017 319750144 33460 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=312256 CPUtime=51.04 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 11463 0 0 0 5098 6 0 0 25 0 5 0 500761018 319750144 33460 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=312256 CPUtime=51.03 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 12723 0 0 0 5098 5 0 0 25 0 5 0 500761019 319750144 33460 33554432000 4194304 5787044 140734085165520 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.93
Current children cumulated vsize (KiB) 320956

[startup+102.3 s]
/proc/loadavg: 8.35 8.17 8.04 9/188 16655
/proc/meminfo: memFree=19256588/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=329948 CPUtime=407.61 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 63486 0 0 0 40731 30 0 0 18 0 5 0 500761014 337866752 44846 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 82487 44846 417 389 0 78237 0
[pid=16644/tid=16646] ppid=16643 vsize=329948 CPUtime=102.2 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 13499 0 0 0 10213 7 0 0 25 0 5 0 500761016 337866752 44846 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=329948 CPUtime=101.66 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 13442 0 0 0 10164 2 0 0 25 0 5 0 500761017 337866752 44846 33554432000 4194304 5787044 140734085165520 18446744073709551615 4238736 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=329948 CPUtime=101.87 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 16121 0 0 0 10179 8 0 0 25 0 5 0 500761018 337866752 44846 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=329948 CPUtime=101.79 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 15296 0 0 0 10170 9 0 0 25 0 5 0 500761019 337866752 44846 33554432000 4194304 5787044 140734085165520 18446744073709551615 4254912 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 338648

[startup+162.307 s]
/proc/loadavg: 8.18 8.15 8.04 9/188 16689
/proc/meminfo: memFree=19623204/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=346072 CPUtime=647.29 cores=0,2,4,6

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

/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 30438 0 0 0 81753 14 0 0 25 0 5 0 500761017 657248256 122850 33554432000 4194304 5787044 140734085165520 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=641844 CPUtime=821.87 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42607 0 0 0 82141 46 0 0 25 0 5 0 500761018 657248256 122850 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=641844 CPUtime=821.81 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 33663 0 0 0 82145 36 0 0 25 0 5 0 500761019 657248256 122850 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.64
Current children cumulated vsize (KiB) 650544

[startup+882.301 s]
/proc/loadavg: 8.03 8.05 8.04 9/188 16709
/proc/meminfo: memFree=19022220/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=654280 CPUtime=3523.29 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 150232 0 0 0 352193 136 0 0 18 0 5 0 500761014 669982720 130257 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 163570 130257 417 389 0 159320 0
[pid=16644/tid=16646] ppid=16643 vsize=654280 CPUtime=882.21 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 33149 0 0 0 88189 32 0 0 25 0 5 0 500761016 669982720 130257 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=654280 CPUtime=877.33 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 32485 0 0 0 87718 15 0 0 25 0 5 0 500761017 669982720 130257 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=654280 CPUtime=881.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42608 0 0 0 88140 46 0 0 25 0 5 0 500761018 669982720 130257 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=654280 CPUtime=881.8 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 36862 0 0 0 88140 40 0 0 25 0 5 0 500761019 669982720 130258 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527072 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.29
Current children cumulated vsize (KiB) 662980

[startup+942.301 s]
/proc/loadavg: 8.01 8.04 8.03 9/188 16710
/proc/meminfo: memFree=18970108/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=666312 CPUtime=3762.95 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 157307 0 0 0 376151 144 0 0 18 0 5 0 500761014 682303488 137332 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 166578 137332 418 389 0 162328 0
[pid=16644/tid=16646] ppid=16643 vsize=666312 CPUtime=942.21 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 35066 0 0 0 94186 35 0 0 25 0 5 0 500761016 682303488 137332 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=666312 CPUtime=936.99 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 34462 0 0 0 93683 16 0 0 25 0 5 0 500761017 682303488 137332 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=666312 CPUtime=941.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42609 0 0 0 94140 46 0 0 25 0 5 0 500761018 682303488 137332 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=666312 CPUtime=941.81 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40042 0 0 0 94136 45 0 0 25 0 5 0 500761019 682303488 137332 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.95
Current children cumulated vsize (KiB) 675012

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.03 9/188 16712
/proc/meminfo: memFree=18921344/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=680052 CPUtime=4002.61 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 162952 0 0 0 400114 147 0 0 18 0 5 0 500761014 696373248 142527 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 170013 142527 418 389 0 165763 0
[pid=16644/tid=16646] ppid=16643 vsize=680052 CPUtime=1002.2 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 37910 0 0 0 100184 36 0 0 25 0 5 0 500761016 696373248 142527 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=680052 CPUtime=996.67 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 36614 0 0 0 99649 18 0 0 25 0 5 0 500761017 696373248 142527 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=680052 CPUtime=1001.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42613 0 0 0 100140 46 0 0 25 0 5 0 500761018 696373248 142527 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=680052 CPUtime=1001.8 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40687 0 0 0 100135 45 0 0 25 0 5 0 500761019 696373248 142527 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.61
Current children cumulated vsize (KiB) 688752

[startup+1062.3 s]
/proc/loadavg: 8.04 8.04 8.03 9/188 16713
/proc/meminfo: memFree=18902228/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=680052 CPUtime=4242.29 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 162986 0 0 0 424081 148 0 0 18 0 5 0 500761014 696373248 142561 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 170013 142561 418 389 0 165763 0
[pid=16644/tid=16646] ppid=16643 vsize=680052 CPUtime=1062.21 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 37911 0 0 0 106185 36 0 0 25 0 5 0 500761016 696373248 142561 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=680052 CPUtime=1056.33 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 36614 0 0 0 105615 18 0 0 25 0 5 0 500761017 696373248 142561 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=680052 CPUtime=1061.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42646 0 0 0 106140 46 0 0 25 0 5 0 500761018 696373248 142561 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=680052 CPUtime=1061.8 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40687 0 0 0 106135 45 0 0 25 0 5 0 500761019 696373248 142561 33554432000 4194304 5787044 140734085165520 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.29
Current children cumulated vsize (KiB) 688752

[startup+1122.3 s]
/proc/loadavg: 8.05 8.04 8.03 9/188 16715
/proc/meminfo: memFree=18876664/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=680052 CPUtime=4481.97 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 163076 0 0 0 448049 148 0 0 18 0 5 0 500761014 696373248 142651 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 170013 142651 418 389 0 165763 0
[pid=16644/tid=16646] ppid=16643 vsize=680052 CPUtime=1122.21 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 37917 0 0 0 112185 36 0 0 25 0 5 0 500761016 696373248 142651 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=680052 CPUtime=1116 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 36618 0 0 0 111582 18 0 0 25 0 5 0 500761017 696373248 142651 33554432000 4194304 5787044 140734085165520 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=680052 CPUtime=1121.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 42715 0 0 0 112140 46 0 0 25 0 5 0 500761018 696373248 142651 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=680052 CPUtime=1121.81 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40698 0 0 0 112136 45 0 0 25 0 5 0 500761019 696373248 142651 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.97
Current children cumulated vsize (KiB) 688752

[startup+1182.3 s]
/proc/loadavg: 8.05 8.04 8.03 9/188 16717
/proc/meminfo: memFree=18856552/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=684152 CPUtime=4721.64 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 165236 0 0 0 472012 152 0 0 18 0 5 0 500761014 700571648 144811 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 171038 144811 418 389 0 166788 0
[pid=16644/tid=16646] ppid=16643 vsize=684152 CPUtime=1182.21 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 37925 0 0 0 118185 36 0 0 25 0 5 0 500761016 700571648 144811 33554432000 4194304 5787044 140734085165520 18446744073709551615 4213852 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=684152 CPUtime=1175.67 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 36625 0 0 0 117549 18 0 0 25 0 5 0 500761017 700571648 144811 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=684152 CPUtime=1181.86 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 44848 0 0 0 118136 50 0 0 25 0 5 0 500761018 700571648 144811 33554432000 4194304 5787044 140734085165520 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=684152 CPUtime=1181.8 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40710 0 0 0 118135 45 0 0 25 0 5 0 500761019 700571648 144811 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.64
Current children cumulated vsize (KiB) 692852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 8.11 8.06 8.03 9/188 16717
/proc/meminfo: memFree=18850972/32951124 swapFree=67111524/67111528
[pid=16643] ppid=16641 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16643/stat : 16643 (prissAuto.sh) S 16641 16643 16471 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 500761014 8908800 251 33554432000 4194304 4922060 140737111837408 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16643/statm: 2175 251 211 178 0 68 0
[pid=16644] ppid=16643 vsize=749688 CPUtime=4800.35 cores=0,2,4,6
/proc/16644/stat : 16644 (priss) S 16643 16643 16471 0 -1 4202496 165975 0 0 0 479881 154 0 0 18 0 5 0 500761014 767680512 145550 33554432000 4194304 5787044 140734085165520 18446744073709551615 264738228657 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16644/statm: 187422 145550 418 389 0 183172 0
[pid=16644/tid=16646] ppid=16643 vsize=749688 CPUtime=1201.92 cores=0,2,4,6
/proc/16644/task/16646/stat : 16646 (priss) R 16643 16643 16471 0 -1 4202560 37927 0 0 0 120156 36 0 0 25 0 5 0 500761016 767680512 145550 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=16644/tid=16647] ppid=16643 vsize=749688 CPUtime=1195.26 cores=0,2,4,6
/proc/16644/task/16647/stat : 16647 (priss) R 16643 16643 16471 0 -1 4202560 36629 0 0 0 119508 18 0 0 25 0 5 0 500761017 767680512 145550 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16644/tid=16648] ppid=16643 vsize=749688 CPUtime=1201.56 cores=0,2,4,6
/proc/16644/task/16648/stat : 16648 (priss) R 16643 16643 16471 0 -1 4202560 45572 0 0 0 120105 51 0 0 25 0 5 0 500761018 767680512 145550 33554432000 4194304 5787044 140734085165520 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16644/tid=16649] ppid=16643 vsize=749688 CPUtime=1201.52 cores=0,2,4,6
/proc/16644/task/16649/stat : 16649 (priss) R 16643 16643 16471 0 -1 4202560 40719 0 0 0 120106 46 0 0 25 0 5 0 500761019 767680512 145550 33554432000 4194304 5787044 140734085165520 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 758388

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 16643 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.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.02
CPU time (s): 4800.35
CPU user time (s): 4798.81
CPU system time (s): 1.54
CPU usage (%): 399.357
Max. virtual memory (cumulated for all children) (KiB): 758388

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

runsolver used 1.82572 second user time and 4.73828 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 15:24:14
IDJOB=3266827
IDBENCH=88214
IDSOLVER=1602
FILE ID=node141/3266827-1304083454
RUNJOBID= node141-1304082241-16489
PBS_JOBID= 13170540
Free space on /tmp= 71420 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266827-1304083454/watcher-3266827-1304083454 -o /tmp/evaluation-result-3266827-1304083454/solver-3266827-1304083454 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3266827-1304083454.cnf 516019140 4800 15500 4

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

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=516019140

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19480908 kB
Buffers:       1542392 kB
Cached:       10781508 kB
SwapCached:          4 kB
Active:        4232268 kB
Inactive:      8657720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19480908 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            2620 kB
Writeback:           0 kB
AnonPages:      565932 kB
Mapped:          15296 kB
Slab:           516424 kB
PageTables:       5732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   766232 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= 71420 MiB
End job on node141 at 2011-04-29 15:44:18