Trace number 3289020

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.26 1201.82

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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: 566
0.00/0.00	c setup for 4cores
0.00/0.05	c parsetime: 52506us
0.00/0.05	c parsed 177646 clauses with 55875 variables
0.00/0.06	c NW started thread 0 successfully (1107016000)
0.00/0.08	c NW started thread 1 successfully (1117505856)
0.00/0.09	c NW started thread 2 successfully (1127995712)
0.00/0.11	c NW started thread 3 successfully (1138485568)
0.00/1.89	c preprocessor returned 55875 variables
0.00/1.89	c preprocessing returned UNKNOWN
0.00/1.89	c PP set 2368 variables
0.00/1.89	c pp time: 1808061us (1s)
0.00/1.92	c preprocessor returned 55875 variables
0.00/1.92	c preprocessing returned UNKNOWN
0.00/1.92	c PP set 2368 variables
0.00/1.92	c pp time: 1827407us (1s)
0.00/1.93	c preprocessor returned 55875 variables
0.00/1.93	c preprocessing returned UNKNOWN
0.00/1.93	c PP set 2368 variables
0.00/1.93	c pp time: 1824591us (1s)
0.00/1.94	c preprocessor returned 55875 variables
0.00/1.94	c preprocessing returned UNKNOWN
0.00/1.94	c PP set 2368 variables
0.00/1.94	c pp time: 1819907us (1s)
7.70/2.09	c HTE
8.12/2.14	c subsumption
8.49/2.21	c simplified formula contains 0 unit clauses
8.49/2.29	c HTE
8.89/2.34	c subsumption
9.29/2.41	c simplified formula contains 0 unit clauses
9.29/2.48	c added unsatisfied clause
9.29/2.48	c failed to add network clauses
39.24/9.98	c HTE
39.64/10.09	c subsumption
40.45/10.22	c simplified formula contains 0 unit clauses
353.98/88.76	c added unsatisfied clause
353.98/88.76	c failed to add network clauses
784.18/196.41	c added unsatisfied clause
784.18/196.41	c failed to add network clauses
1125.70/281.95	c added unsatisfied clause
1125.70/281.95	c failed to add network clauses
1639.80/410.68	c added unsatisfied clause
1639.80/410.68	c failed to add network clauses
1887.85/472.79	c HTE
1896.64/475.00	c subsumption
1937.38/485.18	c simplified formula contains 0 unit clauses
1938.98/485.51	c HTE
1948.17/487.83	c subsumption
1952.16/488.83	c simplified formula contains 0 unit clauses
2132.71/534.01	c added unsatisfied clause
2132.71/534.01	c failed to add network clauses
2866.11/717.61	c added unsatisfied clause
2866.11/717.61	c failed to add network clauses
3329.07/833.52	c received clause contains eliminated literal 4438

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

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

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


[startup+0 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0

[startup+0.0515291 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100538 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.644275 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.77005 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.65124 s]
/proc/loadavg: 8.08 8.10 8.09 6/182 565
/proc/meminfo: memFree=23393152/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10098 s]
/proc/loadavg: 8.07 8.10 8.09 9/188 571
/proc/meminfo: memFree=23197808/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=431176 CPUtime=12.1 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 77461 0 0 0 1190 20 0 0 25 0 5 0 595427779 441524224 48178 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 107794 48178 418 389 0 103544 0
[pid=566/tid=568] ppid=565 vsize=431176 CPUtime=3.01 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 15434 0 0 0 297 4 0 0 18 0 5 0 595427786 441524224 48178 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=431176 CPUtime=3 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 15990 0 0 0 296 4 0 0 21 0 5 0 595427787 441524224 48178 33554432000 4194304 5787044 140734346747808 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=431176 CPUtime=2.98 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 15447 0 0 0 293 5 0 0 22 0 5 0 595427789 441524224 48178 33554432000 4194304 5787044 140734346747808 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=431176 CPUtime=2.98 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 21828 0 0 0 294 4 0 0 22 0 5 0 595427790 441524224 48178 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527089 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.1
Current children cumulated vsize (KiB) 439876

[startup+6.30039 s]
/proc/loadavg: 8.07 8.10 8.09 9/188 571
/proc/meminfo: memFree=23194996/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=432368 CPUtime=24.87 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 78346 0 0 0 2467 20 0 0 25 0 5 0 595427779 442744832 49063 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 108092 49063 418 389 0 103842 0
[pid=566/tid=568] ppid=565 vsize=432368 CPUtime=6.21 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 15559 0 0 0 617 4 0 0 25 0 5 0 595427786 442744832 49063 33554432000 4194304 5787044 140734346747808 18446744073709551615 4238591 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=432368 CPUtime=6.19 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 16203 0 0 0 615 4 0 0 25 0 5 0 595427787 442744832 49063 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=432368 CPUtime=6.16 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 15712 0 0 0 611 5 0 0 25 0 5 0 595427789 442744832 49063 33554432000 4194304 5787044 140734346747808 18446744073709551615 5585335 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=432368 CPUtime=6.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 22110 0 0 0 613 5 0 0 25 0 5 0 595427790 442744832 49063 33554432000 4194304 5787044 140734346747808 18446744073709551615 5524592 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 441068

[startup+12.7012 s]
/proc/loadavg: 8.06 8.10 8.09 9/188 571
/proc/meminfo: memFree=23184780/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=433168 CPUtime=50.43 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 83266 0 0 0 5021 22 0 0 25 0 5 0 595427779 443564032 51800 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 108292 51800 418 389 0 104042 0
[pid=566/tid=568] ppid=565 vsize=433168 CPUtime=12.6 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 16944 0 0 0 1256 4 0 0 25 0 5 0 595427786 443564032 51800 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=433168 CPUtime=12.59 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 16346 0 0 0 1254 5 0 0 25 0 5 0 595427787 443564032 51800 33554432000 4194304 5787044 140734346747808 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=433168 CPUtime=12.52 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 16059 0 0 0 1247 5 0 0 25 0 5 0 595427789 443564032 51800 33554432000 4194304 5787044 140734346747808 18446744073709551615 4215338 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=433168 CPUtime=12.57 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 25155 0 0 0 1252 5 0 0 25 0 5 0 595427790 443564032 51800 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 441868

[startup+25.5009 s]
/proc/loadavg: 8.05 8.10 8.09 9/188 572
/proc/meminfo: memFree=23164308/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=434764 CPUtime=101.55 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 85695 0 0 0 10131 24 0 0 25 0 5 0 595427779 445198336 54229 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 108691 54229 418 389 0 104441 0
[pid=566/tid=568] ppid=565 vsize=434764 CPUtime=25.4 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 17417 0 0 0 2536 4 0 0 25 0 5 0 595427786 445198336 54229 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=434764 CPUtime=25.38 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 17141 0 0 0 2533 5 0 0 25 0 5 0 595427787 445198336 54229 33554432000 4194304 5787044 140734346747808 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=434764 CPUtime=25.25 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 16590 0 0 0 2519 6 0 0 25 0 5 0 595427789 445198336 54229 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=434764 CPUtime=25.38 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 25785 0 0 0 2532 6 0 0 25 0 5 0 595427790 445198336 54229 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 443464

[startup+51.1012 s]
/proc/loadavg: 8.10 8.10 8.09 9/188 572
/proc/meminfo: memFree=23131496/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=439112 CPUtime=203.81 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 91683 0 0 0 20352 29 0 0 25 0 5 0 595427779 449650688 60215 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 109778 60215 418 389 0 105528 0
[pid=566/tid=568] ppid=565 vsize=439112 CPUtime=51 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 18658 0 0 0 5094 6 0 0 25 0 5 0 595427786 449650688 60215 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=439112 CPUtime=50.99 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 19254 0 0 0 5092 7 0 0 25 0 5 0 595427787 449650688 60215 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=439112 CPUtime=50.71 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 17856 0 0 0 5064 7 0 0 25 0 5 0 595427789 449650688 60215 33554432000 4194304 5787044 140734346747808 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=439112 CPUtime=50.97 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 27153 0 0 0 5090 7 0 0 25 0 5 0 595427790 449650688 60215 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 447812

[startup+102.301 s]
/proc/loadavg: 8.12 8.10 8.09 9/188 574
/proc/meminfo: memFree=23087688/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=448460 CPUtime=408.3 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 101048 0 0 0 40790 40 0 0 25 0 5 0 595427779 459223040 69502 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 112115 69502 418 389 0 107865 0
[pid=566/tid=568] ppid=565 vsize=448460 CPUtime=102.19 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 22233 0 0 0 10208 11 0 0 25 0 5 0 595427786 459223040 69502 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591984 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=448460 CPUtime=102.17 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 20045 0 0 0 10209 8 0 0 25 0 5 0 595427787 459223040 69502 33554432000 4194304 5787044 140734346747808 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=448460 CPUtime=101.63 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 20631 0 0 0 10154 9 0 0 25 0 5 0 595427789 459223040 69502 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=448460 CPUtime=102.17 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 29377 0 0 0 10208 9 0 0 25 0 5 0 595427790 459223040 69502 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 457160

[startup+162.301 s]
/proc/loadavg: 8.18 8.11 8.09 9/188 575
/proc/meminfo: memFree=23017824/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=520108 CPUtime=647.97 cores=0,2,4,6

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

/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 31691 0 0 0 82189 22 0 0 25 0 5 0 595427787 769323008 139675 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=751292 CPUtime=817.71 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 37860 0 0 0 81740 31 0 0 25 0 5 0 595427789 769323008 139675 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=751292 CPUtime=822.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 53815 0 0 0 82190 28 0 0 25 0 5 0 595427790 769323008 139675 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.32
Current children cumulated vsize (KiB) 759992

[startup+882.301 s]
/proc/loadavg: 8.00 8.06 8.07 9/188 604
/proc/meminfo: memFree=22556948/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=816828 CPUtime=3524 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 177173 0 0 0 352282 118 0 0 25 0 5 0 595427779 836431872 142049 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 204207 142049 418 389 0 199957 0
[pid=566/tid=568] ppid=565 vsize=816828 CPUtime=882.19 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 43195 0 0 0 88188 31 0 0 25 0 5 0 595427786 836431872 142049 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=816828 CPUtime=882.1 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32061 0 0 0 88188 22 0 0 25 0 5 0 595427787 836431872 142049 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=816828 CPUtime=877.38 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 37860 0 0 0 87707 31 0 0 25 0 5 0 595427789 836431872 142049 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=816828 CPUtime=882.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 55295 0 0 0 88187 31 0 0 25 0 5 0 595427790 836431872 142049 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524
Current children cumulated vsize (KiB) 825528

[startup+942.301 s]
/proc/loadavg: 8.00 8.05 8.06 9/188 606
/proc/meminfo: memFree=22552320/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=816828 CPUtime=3763.67 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 177813 0 0 0 376248 119 0 0 25 0 5 0 595427779 836431872 142488 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 204207 142488 418 389 0 199957 0
[pid=566/tid=568] ppid=565 vsize=816828 CPUtime=942.2 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 43541 0 0 0 94188 32 0 0 25 0 5 0 595427786 836431872 142488 33554432000 4194304 5787044 140734346747808 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=816828 CPUtime=942.1 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32061 0 0 0 94188 22 0 0 25 0 5 0 595427787 836431872 142488 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=816828 CPUtime=937.06 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 37864 0 0 0 93675 31 0 0 25 0 5 0 595427789 836431872 142488 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=816828 CPUtime=942.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 55585 0 0 0 94187 31 0 0 25 0 5 0 595427790 836431872 142488 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3763.67
Current children cumulated vsize (KiB) 825528

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.06 9/188 608
/proc/meminfo: memFree=22551656/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=816828 CPUtime=4003.34 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 177831 0 0 0 400215 119 0 0 25 0 5 0 595427779 836431872 142506 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 204207 142506 418 389 0 199957 0
[pid=566/tid=568] ppid=565 vsize=816828 CPUtime=1002.2 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 43541 0 0 0 100188 32 0 0 25 0 5 0 595427786 836431872 142506 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=816828 CPUtime=1002.09 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32063 0 0 0 100187 22 0 0 25 0 5 0 595427787 836431872 142506 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=816828 CPUtime=996.73 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 37874 0 0 0 99642 31 0 0 25 0 5 0 595427789 836431872 142506 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=816828 CPUtime=1002.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 55591 0 0 0 100187 31 0 0 25 0 5 0 595427790 836431872 142506 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.34
Current children cumulated vsize (KiB) 825528

[startup+1062.3 s]
/proc/loadavg: 5.73 7.41 7.84 5/177 627
/proc/meminfo: memFree=23089084/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=816828 CPUtime=4243.01 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 178018 0 0 0 424182 119 0 0 25 0 5 0 595427779 836431872 142693 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 204207 142693 418 389 0 199957 0
[pid=566/tid=568] ppid=565 vsize=816828 CPUtime=1062.2 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 43542 0 0 0 106188 32 0 0 25 0 5 0 595427786 836431872 142693 33554432000 4194304 5787044 140734346747808 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=816828 CPUtime=1062.09 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32073 0 0 0 106187 22 0 0 25 0 5 0 595427787 836431872 142693 33554432000 4194304 5787044 140734346747808 18446744073709551615 260905061338 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=816828 CPUtime=1056.4 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 38030 0 0 0 105609 31 0 0 25 0 5 0 595427789 836431872 142693 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=816828 CPUtime=1062.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 55611 0 0 0 106187 31 0 0 25 0 5 0 595427790 836431872 142693 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.01
Current children cumulated vsize (KiB) 825528

[startup+1122.3 s]
/proc/loadavg: 4.68 6.80 7.60 5/177 629
/proc/meminfo: memFree=23076068/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=816828 CPUtime=4482.69 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 181369 0 0 0 448139 130 0 0 25 0 5 0 595427779 836431872 146044 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 204207 146044 418 389 0 199957 0
[pid=566/tid=568] ppid=565 vsize=816828 CPUtime=1122.2 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 44571 0 0 0 112188 32 0 0 25 0 5 0 595427786 836431872 146044 33554432000 4194304 5787044 140734346747808 18446744073709551615 4254384 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=816828 CPUtime=1122.09 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32104 0 0 0 112187 22 0 0 25 0 5 0 595427787 836431872 146044 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=816828 CPUtime=1116.08 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 40187 0 0 0 111567 41 0 0 25 0 5 0 595427789 836431872 146044 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=816828 CPUtime=1122.18 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 55745 0 0 0 112186 32 0 0 25 0 5 0 595427790 836431872 146044 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 825528

[startup+1182.3 s]
/proc/loadavg: 4.29 6.30 7.38 5/177 630
/proc/meminfo: memFree=23059052/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=882364 CPUtime=4722.37 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 185581 0 0 0 472097 140 0 0 25 0 5 0 595427779 903540736 150256 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 220591 150256 418 389 0 216341 0
[pid=566/tid=568] ppid=565 vsize=882364 CPUtime=1182.21 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 44631 0 0 0 118189 32 0 0 25 0 5 0 595427786 903540736 150256 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=882364 CPUtime=1182.09 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32713 0 0 0 118187 22 0 0 25 0 5 0 595427787 903540736 150256 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=882364 CPUtime=1175.76 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 43035 0 0 0 117525 51 0 0 25 0 5 0 595427789 903540736 150256 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=882364 CPUtime=1182.2 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 56440 0 0 0 118187 33 0 0 25 0 5 0 595427790 903540736 150256 33554432000 4194304 5787044 140734346747808 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 891064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 4.21 6.15 7.31 5/177 631
/proc/meminfo: memFree=23051860/32950928 swapFree=67071984/67111528
[pid=565] ppid=563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/565/stat : 565 (prissAuto.sh) S 563 565 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 595427779 8908800 251 33554432000 4194304 4922060 140737311677984 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/565/statm: 2175 251 211 178 0 68 0
[pid=566] ppid=565 vsize=882364 CPUtime=4800.26 cores=0,2,4,6
/proc/566/stat : 566 (priss) S 565 565 30862 0 -1 4202496 187344 0 0 0 479883 143 0 0 25 0 5 0 595427779 903540736 152019 33554432000 4194304 5787044 140734346747808 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/566/statm: 220591 152019 418 389 0 216341 0
[pid=566/tid=568] ppid=565 vsize=882364 CPUtime=1201.71 cores=0,2,4,6
/proc/566/task/568/stat : 568 (priss) R 565 565 30862 0 -1 4202560 45668 0 0 0 120139 32 0 0 25 0 5 0 595427786 903540736 152019 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=566/tid=569] ppid=565 vsize=882364 CPUtime=1201.59 cores=0,2,4,6
/proc/566/task/569/stat : 569 (priss) R 565 565 30862 0 -1 4202560 32736 0 0 0 120137 22 0 0 25 0 5 0 595427787 903540736 152019 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=566/tid=570] ppid=565 vsize=882364 CPUtime=1195.14 cores=0,2,4,6
/proc/566/task/570/stat : 570 (priss) R 565 565 30862 0 -1 4202560 43642 0 0 0 119461 53 0 0 25 0 5 0 595427789 903540736 152019 33554432000 4194304 5787044 140734346747808 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=566/tid=571] ppid=565 vsize=882364 CPUtime=1201.7 cores=0,2,4,6
/proc/566/task/571/stat : 571 (priss) R 565 565 30862 0 -1 4202560 56536 0 0 0 120137 33 0 0 25 0 5 0 595427790 903540736 152019 33554432000 4194304 5787044 140734346747808 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 891064

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 565 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.26
#
# 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.26
CPU user time (s): 4798.83
CPU system time (s): 1.43
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 891064

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= 5
involuntary context switches= 2

runsolver used 1.92671 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 06:39:31
IDJOB=3289020
IDBENCH=83113
IDSOLVER=1602
FILE ID=node116/3289020-1304051971
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72508 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=930429307

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.826
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:     32950928 kB
MemFree:      23393424 kB
Buffers:       1900296 kB
Cached:        6924620 kB
SwapCached:       9732 kB
Active:        4645076 kB
Inactive:      4483532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23393424 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            4904 kB
Writeback:           0 kB
AnonPages:      296748 kB
Mapped:          14624 kB
Slab:           364592 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   521220 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= 72512 MiB
End job on node116 at 2011-04-29 06:59:35