Trace number 3288883

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 1.0? (TO) 4800.31 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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: 18591
0.00/0.02	c parsetime: 23469us
0.00/0.02	c parsed 86411 clauses with 25972 variables
0.00/0.03	c NW started thread 0 successfully (1099729216)
0.00/0.03	c NW started thread 1 successfully (1110219072)
0.00/0.04	c NW started thread 2 successfully (1120708928)
0.00/0.05	c NW started thread 3 successfully (1131198784)
0.00/0.78	c preprocessor returned 25972 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 972 variables
0.00/0.78	c pp time: 593715us (0s)
0.00/0.78	c preprocessor returned 25972 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 972 variables
0.00/0.78	c pp time: 598254us (0s)
0.00/0.78	c preprocessor returned 25972 variables
0.00/0.78	c preprocessing returned UNKNOWN
0.00/0.78	c PP set 972 variables
0.00/0.78	c pp time: 594639us (0s)
7.44/1.96	c preprocessor returned 30002 variables
7.44/1.96	c preprocessing returned UNKNOWN
7.44/1.96	c PP set 972 variables
7.44/1.96	c pp time: 1907761us (1s)
7.81/2.06	c HTE
7.81/2.08	c subsumption
8.21/2.12	c simplified formula contains 0 unit clauses
65.73/16.53	c added unsatisfied clause
65.73/16.53	c failed to add network clauses
289.39/72.59	c added unsatisfied clause
289.39/72.59	c failed to add network clauses
370.48/92.86	c added unsatisfied clause
370.48/92.86	c failed to add network clauses
1034.75/259.14	c added unsatisfied clause
1034.75/259.14	c failed to add network clauses
4516.28/1130.75	c HTE
4797.49/1201.17	c subsumption

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-3288883-1304052584/watcher-3288883-1304052584 -o /tmp/evaluation-result-3288883-1304052584/solver-3288883-1304052584 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288883-1304052584.cnf 1709223383 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0

[startup+0.016617 s]
/proc/loadavg: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101851 s]
/proc/loadavg: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.42337 s]
/proc/loadavg: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.26533 s]
/proc/loadavg: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/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: 7.82 8.02 7.99 5/182 18590
/proc/meminfo: memFree=23373172/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10101 s]
/proc/loadavg: 7.82 8.02 7.99 9/188 18596
/proc/meminfo: memFree=23267972/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=380996 CPUtime=12.21 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 35487 0 0 0 1209 12 0 0 18 0 5 0 497674671 390139904 26374 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 95249 26374 419 389 0 90999 0
[pid=18591/tid=18593] ppid=18590 vsize=380996 CPUtime=3.05 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 7125 0 0 0 303 2 0 0 23 0 5 0 497674675 390139904 26374 33554432000 4194304 5787044 140735182472368 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=380996 CPUtime=3.04 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 6665 0 0 0 301 3 0 0 22 0 5 0 497674675 390139904 26374 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=380996 CPUtime=3.02 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 6989 0 0 0 300 2 0 0 23 0 5 0 497674676 390139904 26374 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=380996 CPUtime=3.02 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 9613 0 0 0 299 3 0 0 24 0 5 0 497674677 390139904 26374 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527014 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) 389696

[startup+6.30643 s]
/proc/loadavg: 7.84 8.02 7.99 9/188 18597
/proc/meminfo: memFree=23264092/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=380996 CPUtime=25.02 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 36285 0 0 0 2489 13 0 0 18 0 5 0 497674671 390139904 27172 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 95249 27172 419 389 0 90999 0
[pid=18591/tid=18593] ppid=18590 vsize=380996 CPUtime=6.25 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 7435 0 0 0 623 2 0 0 25 0 5 0 497674675 390139904 27172 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=380996 CPUtime=6.25 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 6772 0 0 0 622 3 0 0 25 0 5 0 497674675 390139904 27172 33554432000 4194304 5787044 140735182472368 18446744073709551615 212039311240 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=380996 CPUtime=6.2 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 7287 0 0 0 618 2 0 0 25 0 5 0 497674676 390139904 27172 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=380996 CPUtime=6.23 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 9696 0 0 0 620 3 0 0 25 0 5 0 497674677 390139904 27172 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 389696

[startup+12.7003 s]
/proc/loadavg: 7.85 8.02 7.99 9/188 18597
/proc/meminfo: memFree=23253820/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=382228 CPUtime=50.56 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 38632 0 0 0 5041 15 0 0 18 0 5 0 497674671 391401472 29519 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 95557 29519 419 389 0 91307 0
[pid=18591/tid=18593] ppid=18590 vsize=382228 CPUtime=12.64 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 8224 0 0 0 1261 3 0 0 25 0 5 0 497674675 391401472 29519 33554432000 4194304 5787044 140735182472368 18446744073709551615 212039310760 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=382228 CPUtime=12.64 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 7393 0 0 0 1261 3 0 0 25 0 5 0 497674675 391401472 29519 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=382228 CPUtime=12.57 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 7641 0 0 0 1254 3 0 0 25 0 5 0 497674676 391401472 29519 33554432000 4194304 5787044 140735182472368 18446744073709551615 4220314 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=382228 CPUtime=12.62 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 10279 0 0 0 1259 3 0 0 25 0 5 0 497674677 391401472 29519 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527472 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) 390928

[startup+25.501 s]
/proc/loadavg: 7.88 8.02 7.99 9/188 18597
/proc/meminfo: memFree=23226388/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=388156 CPUtime=101.67 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 43519 0 0 0 10148 19 0 0 18 0 5 0 497674671 397471744 34406 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 97039 34406 419 389 0 92789 0
[pid=18591/tid=18593] ppid=18590 vsize=388156 CPUtime=25.44 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 9084 0 0 0 2540 4 0 0 25 0 5 0 497674675 397471744 34406 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=388156 CPUtime=25.44 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 8786 0 0 0 2539 5 0 0 25 0 5 0 497674675 397471744 34406 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591666 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=388156 CPUtime=25.3 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 9795 0 0 0 2526 4 0 0 25 0 5 0 497674676 397471744 34406 33554432000 4194304 5787044 140735182472368 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=388156 CPUtime=25.41 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 10759 0 0 0 2537 4 0 0 25 0 5 0 497674677 397471744 34406 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527472 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) 396856

[startup+51.1004 s]
/proc/loadavg: 7.98 8.03 8.00 9/188 18598
/proc/meminfo: memFree=23190848/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=397516 CPUtime=203.92 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 51903 0 0 0 20365 27 0 0 18 0 5 0 497674671 407056384 42787 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 99379 42787 419 389 0 95129 0
[pid=18591/tid=18593] ppid=18590 vsize=397516 CPUtime=51.04 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 9945 0 0 0 5099 5 0 0 25 0 5 0 497674675 407056384 42787 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=397516 CPUtime=51.04 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 12320 0 0 0 5097 7 0 0 25 0 5 0 497674675 407056384 42787 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=397516 CPUtime=50.76 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 11513 0 0 0 5070 6 0 0 25 0 5 0 497674676 407056384 42787 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=397516 CPUtime=51.01 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 13030 0 0 0 5094 7 0 0 25 0 5 0 497674677 407056384 42787 33554432000 4194304 5787044 140735182472368 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 406216

[startup+102.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/188 18599
/proc/meminfo: memFree=23153852/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=410172 CPUtime=408.42 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 60884 0 0 0 40804 38 0 0 18 0 5 0 497674671 420016128 51680 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 102543 51680 419 389 0 98293 0
[pid=18591/tid=18593] ppid=18590 vsize=410172 CPUtime=102.24 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 11246 0 0 0 10216 8 0 0 25 0 5 0 497674675 420016128 51680 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=410172 CPUtime=102.23 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 14574 0 0 0 10214 9 0 0 25 0 5 0 497674675 420016128 51680 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=410172 CPUtime=101.67 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 13016 0 0 0 10160 7 0 0 25 0 5 0 497674676 420016128 51680 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=410172 CPUtime=102.21 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 16953 0 0 0 10209 12 0 0 25 0 5 0 497674677 420016128 51680 33554432000 4194304 5787044 140735182472368 18446744073709551615 4255009 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.42
Current children cumulated vsize (KiB) 418872

[startup+162.301 s]
/proc/loadavg: 8.08 8.04 8.00 9/188 18601
/proc/meminfo: memFree=23043184/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=420680 CPUtime=648.09 cores=0,2,4,6

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

/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 32104 0 0 0 81997 30 0 0 25 0 5 0 497674675 766619648 123832 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=748652 CPUtime=819.66 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 31045 0 0 0 81932 34 0 0 25 0 5 0 497674676 766619648 123832 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=748652 CPUtime=822.17 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 33855 0 0 0 82192 25 0 0 25 0 5 0 497674677 766619648 123832 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527202 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 757352

[startup+882.301 s]
/proc/loadavg: 8.21 8.11 8.02 9/188 18662
/proc/meminfo: memFree=23682788/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=754244 CPUtime=3524.07 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 140551 0 0 0 352271 136 0 0 18 0 5 0 497674671 772345856 130390 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 188561 130390 419 389 0 184311 0
[pid=18591/tid=18593] ppid=18590 vsize=754244 CPUtime=882.22 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 34640 0 0 0 88182 40 0 0 25 0 5 0 497674675 772345856 130390 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=754244 CPUtime=879.94 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 33546 0 0 0 87963 31 0 0 25 0 5 0 497674675 772345856 130390 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=754244 CPUtime=879.65 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 33123 0 0 0 87928 37 0 0 25 0 5 0 497674676 772345856 130390 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=754244 CPUtime=882.17 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 34147 0 0 0 88191 26 0 0 25 0 5 0 497674677 772345856 130390 33554432000 4194304 5787044 140735182472368 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 762944

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 8.02 9/188 18664
/proc/meminfo: memFree=23619140/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=758616 CPUtime=3763.77 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 146859 0 0 0 376230 147 0 0 18 0 5 0 497674671 776822784 136698 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 189654 136698 419 389 0 185404 0
[pid=18591/tid=18593] ppid=18590 vsize=758616 CPUtime=942.23 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 36872 0 0 0 94178 45 0 0 25 0 5 0 497674675 776822784 136698 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=758616 CPUtime=939.62 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 33800 0 0 0 93931 31 0 0 25 0 5 0 497674675 776822784 136698 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=758616 CPUtime=939.65 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 35110 0 0 0 93924 41 0 0 25 0 5 0 497674676 776822784 136698 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=758616 CPUtime=942.17 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 35982 0 0 0 94190 27 0 0 25 0 5 0 497674677 776822784 136698 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 767316

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.02 9/188 18665
/proc/meminfo: memFree=23585484/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=762716 CPUtime=4003.41 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 154085 0 0 0 400185 156 0 0 18 0 5 0 497674671 781021184 143924 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 190679 143924 419 389 0 186429 0
[pid=18591/tid=18593] ppid=18590 vsize=762716 CPUtime=1002.23 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 39236 0 0 0 100175 48 0 0 25 0 5 0 497674675 781021184 143924 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=762716 CPUtime=999.28 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 34131 0 0 0 99897 31 0 0 25 0 5 0 497674675 781021184 143924 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=762716 CPUtime=999.65 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 37632 0 0 0 99921 44 0 0 25 0 5 0 497674676 781021184 143924 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=762716 CPUtime=1002.17 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 37991 0 0 0 100187 30 0 0 25 0 5 0 497674677 781021184 143924 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.41
Current children cumulated vsize (KiB) 771416

[startup+1062.31 s]
/proc/loadavg: 8.15 8.11 8.02 9/188 18667
/proc/meminfo: memFree=23523796/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=767824 CPUtime=4243.08 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 159457 0 0 0 424148 160 0 0 18 0 5 0 497674671 786251776 148885 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 191956 148885 419 389 0 187706 0
[pid=18591/tid=18593] ppid=18590 vsize=767824 CPUtime=1062.23 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 40741 0 0 0 106173 50 0 0 25 0 5 0 497674675 786251776 148885 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=767824 CPUtime=1058.96 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 35149 0 0 0 105864 32 0 0 25 0 5 0 497674675 786251776 148885 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=767824 CPUtime=1059.64 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 38993 0 0 0 105920 44 0 0 25 0 5 0 497674676 786251776 148885 33554432000 4194304 5787044 140735182472368 18446744073709551615 5585354 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=767824 CPUtime=1062.18 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 39479 0 0 0 106186 32 0 0 25 0 5 0 497674677 786251776 148885 33554432000 4194304 5787044 140735182472368 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.08
Current children cumulated vsize (KiB) 776524

[startup+1122.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/188 18668
/proc/meminfo: memFree=23501804/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=767824 CPUtime=4482.72 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 161295 0 0 0 448108 164 0 0 18 0 5 0 497674671 786251776 150521 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 191956 150521 419 389 0 187706 0
[pid=18591/tid=18593] ppid=18590 vsize=767824 CPUtime=1122.21 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 41221 0 0 0 112171 50 0 0 25 0 5 0 497674675 786251776 150521 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=767824 CPUtime=1118.62 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 36507 0 0 0 111827 35 0 0 25 0 5 0 497674675 786251776 150521 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=767824 CPUtime=1119.63 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 38993 0 0 0 111919 44 0 0 25 0 5 0 497674676 786251776 150521 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=767824 CPUtime=1122.17 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 39479 0 0 0 112185 32 0 0 25 0 5 0 497674677 786251776 150521 33554432000 4194304 5787044 140735182472368 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4482.72
Current children cumulated vsize (KiB) 776524

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.03 9/188 18670
/proc/meminfo: memFree=23446460/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=812204 CPUtime=4722.4 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 175507 0 0 0 472073 167 0 0 18 0 5 0 497674671 831696896 164061 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 203051 164061 419 389 0 198801 0
[pid=18591/tid=18593] ppid=18590 vsize=812204 CPUtime=1182.22 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 41221 0 0 0 118172 50 0 0 25 0 5 0 497674675 831696896 164061 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=812204 CPUtime=1178.29 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 36507 0 0 0 117794 35 0 0 25 0 5 0 497674675 831696896 164061 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=812204 CPUtime=1179.62 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 38993 0 0 0 117918 44 0 0 25 0 5 0 497674676 831696896 164061 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=812204 CPUtime=1182.18 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 53691 0 0 0 118183 35 0 0 25 0 5 0 497674677 831696896 164061 33554432000 4194304 5787044 140735182472368 18446744073709551615 4318944 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 820904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.15 8.12 8.03 9/188 18670
/proc/meminfo: memFree=23445704/32951124 swapFree=67111524/67111528
[pid=18590] ppid=18588 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18590/stat : 18590 (priss.sh) S 18588 18590 17192 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 497674671 8908800 251 33554432000 4194304 4922060 140733756101056 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18590/statm: 2175 251 211 178 0 68 0
[pid=18591] ppid=18590 vsize=812204 CPUtime=4800.31 cores=0,2,4,6
/proc/18591/stat : 18591 (priss) S 18590 18590 17192 0 -1 4202496 175514 0 0 0 479864 167 0 0 18 0 5 0 497674671 831696896 164068 33554432000 4194304 5787044 140735182472368 18446744073709551615 212051478961 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/18591/statm: 203051 164068 419 389 0 198801 0
[pid=18591/tid=18593] ppid=18590 vsize=812204 CPUtime=1201.72 cores=0,2,4,6
/proc/18591/task/18593/stat : 18593 (priss) R 18590 18590 17192 0 -1 4202560 41221 0 0 0 120122 50 0 0 25 0 5 0 497674675 831696896 164068 33554432000 4194304 5787044 140735182472368 18446744073709551615 4228584 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=18591/tid=18594] ppid=18590 vsize=812204 CPUtime=1197.69 cores=0,2,4,6
/proc/18591/task/18594/stat : 18594 (priss) R 18590 18590 17192 0 -1 4202560 36507 0 0 0 119734 35 0 0 25 0 5 0 497674675 831696896 164068 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=18591/tid=18595] ppid=18590 vsize=812204 CPUtime=1199.13 cores=0,2,4,6
/proc/18591/task/18595/stat : 18595 (priss) R 18590 18590 17192 0 -1 4202560 38993 0 0 0 119869 44 0 0 25 0 5 0 497674676 831696896 164068 33554432000 4194304 5787044 140735182472368 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=18591/tid=18596] ppid=18590 vsize=812204 CPUtime=1201.68 cores=0,2,4,6
/proc/18591/task/18596/stat : 18596 (priss) R 18590 18590 17192 0 -1 4202560 53698 0 0 0 120133 35 0 0 25 0 5 0 497674677 831696896 164068 33554432000 4194304 5787044 140735182472368 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 820904

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

Real time (s): 1201.82
CPU time (s): 4800.31
CPU user time (s): 4798.64
CPU system time (s): 1.67
CPU usage (%): 399.421
Max. virtual memory (cumulated for all children) (KiB): 820904

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= 330
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.84272 second user time and 4.72428 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 06:49:44
IDJOB=3288883
IDBENCH=83108
IDSOLVER=1603
FILE ID=node146/3288883-1304052584
RUNJOBID= node146-1304042862-17210
PBS_JOBID= 13170387
Free space on /tmp= 72984 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288883-1304052584/watcher-3288883-1304052584 -o /tmp/evaluation-result-3288883-1304052584/solver-3288883-1304052584 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3288883-1304052584.cnf 1709223383 4800 15500 4

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1709223383

node146.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.86
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.75
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23373204 kB
Buffers:       1667624 kB
Cached:        6267760 kB
SwapCached:          4 kB
Active:        2419236 kB
Inactive:      6630056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23373204 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:     1114180 kB
Mapped:          15592 kB
Slab:           463200 kB
PageTables:       6896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1351224 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= 72992 MiB
End job on node146 at 2011-04-29 07:09:48