Trace number 3288790

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.32 1201.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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: 21783
0.00/0.00	c setup for 4cores
0.00/0.06	c parsetime: 60804us
0.00/0.06	c parsed 210488 clauses with 62686 variables
0.00/0.08	c NW started thread 0 successfully (1106037056)
0.00/0.09	c NW started thread 1 successfully (1093024064)
0.00/0.12	c NW started thread 2 successfully (1116526912)
0.00/0.15	c NW started thread 3 successfully (1127016768)
7.47/2.04	c preprocessor returned 62686 variables
7.47/2.04	c preprocessing returned UNKNOWN
7.47/2.04	c PP set 2072 variables
7.47/2.04	c pp time: 1950582us (1s)
7.47/2.06	c preprocessor returned 62686 variables
7.47/2.06	c preprocessing returned UNKNOWN
7.47/2.06	c PP set 2072 variables
7.47/2.06	c pp time: 1950228us (1s)
7.47/2.06	c preprocessor returned 62686 variables
7.47/2.06	c preprocessing returned UNKNOWN
7.47/2.06	c PP set 2072 variables
7.47/2.06	c pp time: 1889176us (1s)
7.47/2.08	c preprocessor returned 62686 variables
7.47/2.08	c preprocessing returned UNKNOWN
7.47/2.08	c PP set 2072 variables
7.47/2.08	c pp time: 1907685us (1s)
8.25/2.27	c HTE
8.64/2.32	c subsumption
9.04/2.41	c simplified formula contains 0 unit clauses
9.44/2.55	c HTE
9.85/2.60	c subsumption
9.85/2.68	c simplified formula contains 0 unit clauses
654.50/164.03	c added unsatisfied clause
654.50/164.03	c failed to add network clauses
688.07/172.43	c added unsatisfied clause
688.07/172.43	c failed to add network clauses
1849.58/463.24	c added unsatisfied clause
1849.58/463.24	c failed to add network clauses
2119.61/530.85	c added unsatisfied clause
2119.61/530.85	c failed to add network clauses
3352.29/839.48	c added unsatisfied clause
3352.29/839.48	c failed to add network clauses

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-3288790-1304051629/watcher-3288790-1304051629 -o /tmp/evaluation-result-3288790-1304051629/solver-3288790-1304051629 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288790-1304051629.cnf 308880224 4800 15500 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0

[startup+0.0467939 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100777 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.56678 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.761132 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.69846 s]
/proc/loadavg: 8.08 8.06 7.95 5/182 21782
/proc/meminfo: memFree=13426460/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10722 s]
/proc/loadavg: 8.16 8.08 7.95 9/188 21788
/proc/meminfo: memFree=13193540/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=462136 CPUtime=11.87 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 78729 0 0 0 1156 31 0 0 18 0 5 0 516763902 473227264 57859 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 115534 57859 418 389 0 111284 0
[pid=21783/tid=21785] ppid=21782 vsize=462136 CPUtime=2.95 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 17733 0 0 0 288 7 0 0 21 0 5 0 516763910 473227264 57859 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=462136 CPUtime=2.95 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 14754 0 0 0 287 8 0 0 23 0 5 0 516763911 473227264 57859 33554432000 4194304 5787044 140735077302592 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=462136 CPUtime=2.91 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 13047 0 0 0 286 5 0 0 23 0 5 0 516763914 473227264 57859 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591139 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=462136 CPUtime=2.9 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 22206 0 0 0 282 8 0 0 21 0 5 0 516763917 473227264 57859 33554432000 4194304 5787044 140735077302592 18446744073709551615 5524674 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 470836

[startup+6.30065 s]
/proc/loadavg: 8.14 8.08 7.95 9/188 21788
/proc/meminfo: memFree=13189572/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=462136 CPUtime=24.64 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 79414 0 0 0 2433 31 0 0 18 0 5 0 516763902 473227264 58544 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 115534 58544 418 389 0 111284 0
[pid=21783/tid=21785] ppid=21782 vsize=462136 CPUtime=6.13 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 17942 0 0 0 606 7 0 0 25 0 5 0 516763910 473227264 58544 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=462136 CPUtime=6.15 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 14880 0 0 0 607 8 0 0 25 0 5 0 516763911 473227264 58544 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=462136 CPUtime=6.1 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 13232 0 0 0 605 5 0 0 25 0 5 0 516763914 473227264 58544 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=462136 CPUtime=6.1 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 22371 0 0 0 602 8 0 0 25 0 5 0 516763917 473227264 58544 33554432000 4194304 5787044 140735077302592 18446744073709551615 5530996 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (KiB) 470836

[startup+12.7005 s]
/proc/loadavg: 8.13 8.07 7.95 9/188 21788
/proc/meminfo: memFree=13177208/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=466776 CPUtime=50.19 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 81732 0 0 0 4985 34 0 0 18 0 5 0 516763902 477978624 60862 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 116694 60862 418 389 0 112444 0
[pid=21783/tid=21785] ppid=21782 vsize=466776 CPUtime=12.49 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 18105 0 0 0 1241 8 0 0 19 0 5 0 516763910 477978624 60862 33554432000 4194304 5787044 140735077302592 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=466776 CPUtime=12.54 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 16387 0 0 0 1246 8 0 0 19 0 5 0 516763911 477978624 60862 33554432000 4194304 5787044 140735077302592 18446744073709551615 5588230 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=466776 CPUtime=12.49 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 13482 0 0 0 1244 5 0 0 19 0 5 0 516763914 477978624 60862 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=466776 CPUtime=12.5 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 22769 0 0 0 1241 9 0 0 25 0 5 0 516763917 477978624 60862 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527582 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 475476

[startup+25.5013 s]
/proc/loadavg: 8.11 8.07 7.95 9/188 21788
/proc/meminfo: memFree=13160528/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=470092 CPUtime=101.31 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 84997 0 0 0 10092 39 0 0 18 0 5 0 516763902 481374208 64127 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 117523 64127 418 389 0 113273 0
[pid=21783/tid=21785] ppid=21782 vsize=470092 CPUtime=25.21 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 18529 0 0 0 2513 8 0 0 25 0 5 0 516763910 481374208 64127 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=470092 CPUtime=25.34 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 17082 0 0 0 2525 9 0 0 25 0 5 0 516763911 481374208 64127 33554432000 4194304 5787044 140735077302592 18446744073709551615 5586772 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=470092 CPUtime=25.29 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 14180 0 0 0 2523 6 0 0 25 0 5 0 516763914 481374208 64127 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591719 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=470092 CPUtime=25.3 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 24217 0 0 0 2518 12 0 0 25 0 5 0 516763917 481374208 64127 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 478792

[startup+51.1007 s]
/proc/loadavg: 8.07 8.06 7.95 9/188 21789
/proc/meminfo: memFree=13129308/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=474448 CPUtime=203.56 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 90899 0 0 0 20309 47 0 0 18 0 5 0 516763902 485834752 70026 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 118612 70026 418 389 0 114362 0
[pid=21783/tid=21785] ppid=21782 vsize=474448 CPUtime=50.67 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 19375 0 0 0 5057 10 0 0 25 0 5 0 516763910 485834752 70026 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=474448 CPUtime=50.94 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 18177 0 0 0 5083 11 0 0 25 0 5 0 516763911 485834752 70026 33554432000 4194304 5787044 140735077302592 18446744073709551615 4218848 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=474448 CPUtime=50.9 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 16838 0 0 0 5081 9 0 0 25 0 5 0 516763914 485834752 70026 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=474448 CPUtime=50.89 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 25520 0 0 0 5075 14 0 0 25 0 5 0 516763917 485834752 70026 33554432000 4194304 5787044 140735077302592 18446744073709551615 5528429 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.56
Current children cumulated vsize (KiB) 483148

[startup+102.301 s]
/proc/loadavg: 8.08 8.06 7.96 9/188 21790
/proc/meminfo: memFree=13065440/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=479556 CPUtime=408.06 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 103275 0 0 0 40739 67 0 0 18 0 5 0 516763902 491065344 82356 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 119889 82356 418 389 0 115639 0
[pid=21783/tid=21785] ppid=21782 vsize=479556 CPUtime=101.58 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 22416 0 0 0 10145 13 0 0 25 0 5 0 516763910 491065344 82356 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=479556 CPUtime=102.13 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 22430 0 0 0 10195 18 0 0 25 0 5 0 516763911 491065344 82356 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=479556 CPUtime=102.09 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 19276 0 0 0 10196 13 0 0 25 0 5 0 516763914 491065344 82356 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=479556 CPUtime=102.08 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 28164 0 0 0 10189 19 0 0 25 0 5 0 516763917 491065344 82357 33554432000 4194304 5787044 140735077302592 18446744073709551615 4220335 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 488256

[startup+162.301 s]
/proc/loadavg: 8.13 8.08 7.97 9/188 21792
/proc/meminfo: memFree=12971812/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=571936 CPUtime=647.72 cores=1,3,5,7

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

/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 49186 0 0 0 82027 67 0 0 25 0 5 0 516763911 888532992 184308 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=867708 CPUtime=819.3 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 39591 0 0 0 81883 47 0 0 25 0 5 0 516763914 888532992 184308 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=867708 CPUtime=822.04 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 61650 0 0 0 82132 72 0 0 25 0 5 0 516763917 888532992 184308 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527571 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284
Current children cumulated vsize (KiB) 876408

[startup+882.301 s]
/proc/loadavg: 8.08 8.08 8.00 9/188 21811
/proc/meminfo: memFree=12419184/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=871244 CPUtime=3523.65 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 207407 0 0 0 352127 238 0 0 18 0 5 0 516763902 892153856 185278 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 217811 185278 418 389 0 213561 0
[pid=21783/tid=21785] ppid=21782 vsize=871244 CPUtime=881.54 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 45977 0 0 0 88106 48 0 0 25 0 5 0 516763910 892153856 185278 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=871244 CPUtime=880.94 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 49186 0 0 0 88026 68 0 0 25 0 5 0 516763911 892153856 185278 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=871244 CPUtime=878.97 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 39602 0 0 0 87850 47 0 0 25 0 5 0 516763914 892153856 185278 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=871244 CPUtime=882.04 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 61653 0 0 0 88132 72 0 0 25 0 5 0 516763917 892153856 185278 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527232 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3523.65
Current children cumulated vsize (KiB) 879944

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 8.00 9/188 21813
/proc/meminfo: memFree=12386936/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=871244 CPUtime=3763.33 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 207589 0 0 0 376095 238 0 0 18 0 5 0 516763902 892153856 185460 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 217811 185460 418 389 0 213561 0
[pid=21783/tid=21785] ppid=21782 vsize=871244 CPUtime=941.54 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 45977 0 0 0 94106 48 0 0 25 0 5 0 516763910 892153856 185460 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=871244 CPUtime=940.94 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 49186 0 0 0 94026 68 0 0 25 0 5 0 516763911 892153856 185460 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=871244 CPUtime=938.65 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 39678 0 0 0 93818 47 0 0 25 0 5 0 516763914 892153856 185460 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=871244 CPUtime=942.04 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 61759 0 0 0 94132 72 0 0 25 0 5 0 516763917 892153856 185460 33554432000 4194304 5787044 140735077302592 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3763.33
Current children cumulated vsize (KiB) 879944

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 8.00 9/188 21847
/proc/meminfo: memFree=12896768/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=1006328 CPUtime=4003 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 213054 0 0 0 400055 245 0 0 18 0 5 0 516763902 1030479872 190925 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 251582 190925 418 389 0 247332 0
[pid=21783/tid=21785] ppid=21782 vsize=1006328 CPUtime=1001.53 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 47322 0 0 0 100105 48 0 0 25 0 5 0 516763910 1030479872 190925 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=1006328 CPUtime=1000.95 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 52131 0 0 0 100021 74 0 0 25 0 5 0 516763911 1030479872 190925 33554432000 4194304 5787044 140735077302592 18446744073709551615 270612777885 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=1006328 CPUtime=998.33 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 40291 0 0 0 99785 48 0 0 25 0 5 0 516763914 1030479872 190925 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=1006328 CPUtime=1002.03 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 62321 0 0 0 100131 72 0 0 25 0 5 0 516763917 1030479872 190925 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527150 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003
Current children cumulated vsize (KiB) 1015028

[startup+1062.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/188 21849
/proc/meminfo: memFree=12800916/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=1077208 CPUtime=4242.69 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 223076 0 0 0 424009 260 0 0 18 0 5 0 516763902 1103060992 200947 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 269302 200947 418 389 0 265052 0
[pid=21783/tid=21785] ppid=21782 vsize=1077208 CPUtime=1061.54 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 51451 0 0 0 106097 57 0 0 25 0 5 0 516763910 1103060992 200947 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591083 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=1077208 CPUtime=1060.95 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 54477 0 0 0 106019 76 0 0 25 0 5 0 516763911 1103060992 200947 33554432000 4194304 5787044 140735077302592 18446744073709551615 4217177 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=1077208 CPUtime=1058 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 43626 0 0 0 105749 51 0 0 25 0 5 0 516763914 1103060992 200947 33554432000 4194304 5787044 140735077302592 18446744073709551615 4227985 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=1077208 CPUtime=1062.05 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 62533 0 0 0 106132 73 0 0 25 0 5 0 516763917 1103060992 200947 33554432000 4194304 5787044 140735077302592 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4242.69
Current children cumulated vsize (KiB) 1085908

[startup+1122.3 s]
/proc/loadavg: 8.00 8.04 8.00 9/188 21850
/proc/meminfo: memFree=12712128/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=1147872 CPUtime=4482.35 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 236644 0 0 0 447956 279 0 0 18 0 5 0 516763902 1175420928 214515 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 286968 214515 418 389 0 282718 0
[pid=21783/tid=21785] ppid=21782 vsize=1147872 CPUtime=1121.53 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 53792 0 0 0 112094 59 0 0 25 0 5 0 516763910 1175420928 214515 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=1147872 CPUtime=1120.94 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 58937 0 0 0 112012 82 0 0 25 0 5 0 516763911 1175420928 214515 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=1147872 CPUtime=1117.67 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 46747 0 0 0 111711 56 0 0 25 0 5 0 516763914 1175420928 214515 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=1147872 CPUtime=1122.04 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 66179 0 0 0 112125 79 0 0 25 0 5 0 516763917 1175420928 214515 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 1156572

[startup+1182.31 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 21852
/proc/meminfo: memFree=12616636/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=1160408 CPUtime=4722.03 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 245139 0 0 0 471912 291 0 0 18 0 5 0 516763902 1188257792 222785 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 290102 222785 418 389 0 285852 0
[pid=21783/tid=21785] ppid=21782 vsize=1160408 CPUtime=1181.54 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 56275 0 0 0 118092 62 0 0 25 0 5 0 516763910 1188257792 222785 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=1160408 CPUtime=1180.95 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 62306 0 0 0 118009 86 0 0 25 0 5 0 516763911 1188257792 222785 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=1160408 CPUtime=1177.33 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 47616 0 0 0 117677 56 0 0 25 0 5 0 516763914 1188257792 222785 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591342 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=1160408 CPUtime=1182.04 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 67953 0 0 0 118121 83 0 0 25 0 5 0 516763917 1188257792 222785 33554432000 4194304 5787044 140735077302592 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.03
Current children cumulated vsize (KiB) 1169108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.00 8.03 8.00 9/188 21853
/proc/meminfo: memFree=12610560/32951124 swapFree=67111528/67111528
[pid=21782] ppid=21780 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/21782/stat : 21782 (prissAuto.sh) S 21780 21782 19631 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516763902 8908800 252 33554432000 4194304 4922060 140737017565952 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21782/statm: 2175 252 211 178 0 68 0
[pid=21783] ppid=21782 vsize=1165308 CPUtime=4800.32 cores=1,3,5,7
/proc/21783/stat : 21783 (priss) S 21782 21782 19631 0 -1 4202496 246514 0 0 0 479740 292 0 0 18 0 5 0 516763902 1193275392 224160 33554432000 4194304 5787044 140735077302592 18446744073709551615 270624934321 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/21783/statm: 291327 224160 418 389 0 287077 0
[pid=21783/tid=21785] ppid=21782 vsize=1165308 CPUtime=1201.14 cores=1,3,5,7
/proc/21783/task/21785/stat : 21785 (priss) R 21782 21782 19631 0 -1 4202560 56309 0 0 0 120052 62 0 0 25 0 5 0 516763910 1193275392 224160 33554432000 4194304 5787044 140735077302592 18446744073709551615 5586957 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=21783/tid=21786] ppid=21782 vsize=1165308 CPUtime=1200.55 cores=1,3,5,7
/proc/21783/task/21786/stat : 21786 (priss) R 21782 21782 19631 0 -1 4202560 63531 0 0 0 119968 87 0 0 25 0 5 0 516763911 1193275392 224160 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=21783/tid=21787] ppid=21782 vsize=1165308 CPUtime=1196.82 cores=1,3,5,7
/proc/21783/task/21787/stat : 21787 (priss) R 21782 21782 19631 0 -1 4202560 47616 0 0 0 119626 56 0 0 25 0 5 0 516763914 1193275392 224160 33554432000 4194304 5787044 140735077302592 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=21783/tid=21788] ppid=21782 vsize=1165308 CPUtime=1201.64 cores=1,3,5,7
/proc/21783/task/21788/stat : 21788 (priss) R 21782 21782 19631 0 -1 4202560 68069 0 0 0 120081 83 0 0 25 0 5 0 516763917 1193275392 224160 33554432000 4194304 5787044 140735077302592 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.32
Current children cumulated vsize (KiB) 1174008

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 21782 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.32
CPU user time (s): 4797.4
CPU system time (s): 2.92
CPU usage (%): 399.388
Max. virtual memory (cumulated for all children) (KiB): 1174008

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

runsolver used 1.65575 second user time and 4.91125 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-29 06:33:50
IDJOB=3288790
IDBENCH=83105
IDSOLVER=1602
FILE ID=node108/3288790-1304051629
RUNJOBID= node108-1304037066-19650
PBS_JOBID= 13170368
Free space on /tmp= 72112 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=308880224

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13426732 kB
Buffers:       2296564 kB
Cached:       16142580 kB
SwapCached:          0 kB
Active:       10826424 kB
Inactive:      8115656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13426732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4888 kB
Writeback:           0 kB
AnonPages:      501904 kB
Mapped:          15624 kB
Slab:           518396 kB
PageTables:       5720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   701544 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= 72112 MiB
End job on node108 at 2011-04-29 06:53:54