Trace number 3288837

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss 1.0? (TO) 4800.18 1202.52

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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: 8600
0.00/0.07	c parsetime: 70978us
0.00/0.07	c parsed 245746 clauses with 73074 variables
0.00/0.09	c NW started thread 0 successfully (1104652608)
0.00/0.10	c NW started thread 1 successfully (1089780032)
0.00/0.12	c NW started thread 2 successfully (1115142464)
0.00/0.14	c NW started thread 3 successfully (1125632320)
9.94/2.62	c preprocessor returned 73074 variables
9.94/2.62	c preprocessing returned UNKNOWN
9.94/2.62	c PP set 2389 variables
9.94/2.62	c pp time: 2486985us (2s)
9.94/2.62	c preprocessor returned 73074 variables
9.94/2.62	c preprocessing returned UNKNOWN
9.94/2.62	c PP set 2389 variables
9.94/2.62	c pp time: 2478849us (2s)
9.94/2.65	c preprocessor returned 73074 variables
9.94/2.65	c preprocessing returned UNKNOWN
9.94/2.65	c PP set 2389 variables
9.94/2.65	c pp time: 2503530us (2s)
9.94/2.65	c preprocessor returned 73074 variables
9.94/2.65	c preprocessing returned UNKNOWN
9.94/2.65	c PP set 2389 variables
9.94/2.65	c pp time: 2488842us (2s)
10.73/2.89	c HTE
11.13/2.97	c subsumption
11.54/3.07	c simplified formula contains 0 unit clauses
12.34/3.21	c HTE
12.34/3.28	c subsumption
12.74/3.37	c simplified formula contains 0 unit clauses
168.46/42.36	c added unsatisfied clause
168.46/42.36	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-3288837-1304052553/watcher-3288837-1304052553 -o /tmp/evaluation-result-3288837-1304052553/solver-3288837-1304052553 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3288837-1304052553.cnf 1215919577 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.61 7.96 8.04 5/180 8599
/proc/meminfo: memFree=26350620/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0

[startup+0.0616541 s]
/proc/loadavg: 7.61 7.96 8.04 5/180 8599
/proc/meminfo: memFree=26350620/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101379 s]
/proc/loadavg: 7.61 7.96 8.04 5/180 8599
/proc/meminfo: memFree=26350620/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.315481 s]
/proc/loadavg: 7.61 7.96 8.04 5/180 8599
/proc/meminfo: memFree=26350620/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.723924 s]
/proc/loadavg: 7.61 7.96 8.04 5/180 8599
/proc/meminfo: memFree=26350620/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50036 s]
/proc/loadavg: 7.61 7.96 8.04 9/186 8605
/proc/meminfo: memFree=26156260/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=500732 CPUtime=5.54 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 70012 0 0 0 531 23 0 0 18 0 5 0 516854011 512749568 52164 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 125183 52164 352 389 0 120933 0
[pid=8600/tid=8602] ppid=8599 vsize=500732 CPUtime=1.36 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 13077 0 0 0 132 4 0 0 18 0 5 0 516854020 512749568 52164 33554432000 4194304 5787044 140735578148416 18446744073709551615 4345920 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=500732 CPUtime=1.36 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 15482 0 0 0 130 6 0 0 18 0 5 0 516854022 512749568 52164 33554432000 4194304 5787044 140735578148416 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=500732 CPUtime=1.33 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 15012 0 0 0 128 5 0 0 18 0 5 0 516854024 512749568 52164 33554432000 4194304 5787044 140735578148416 18446744073709551615 4278456 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=500732 CPUtime=1.32 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 14236 0 0 0 127 5 0 0 18 0 5 0 516854026 512749568 52164 33554432000 4194304 5787044 140735578148416 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 509432

[startup+3.10109 s]
/proc/loadavg: 7.61 7.96 8.04 9/186 8605
/proc/meminfo: memFree=26142764/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=504356 CPUtime=11.94 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 96562 0 0 0 1167 27 0 0 18 0 5 0 516854011 516460544 67461 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 126089 67461 415 389 0 121839 0
[pid=8600/tid=8602] ppid=8599 vsize=504356 CPUtime=2.97 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 19205 0 0 0 292 5 0 0 18 0 5 0 516854020 516460544 67461 33554432000 4194304 5787044 140735578148416 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=504356 CPUtime=2.96 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 21413 0 0 0 289 7 0 0 18 0 5 0 516854022 516460544 67461 33554432000 4194304 5787044 140735578148416 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=504356 CPUtime=2.92 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 21357 0 0 0 286 6 0 0 22 0 5 0 516854024 516460544 67461 33554432000 4194304 5787044 140735578148416 18446744073709551615 5588240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=504356 CPUtime=2.92 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 22382 0 0 0 286 6 0 0 18 0 5 0 516854026 516460544 67461 33554432000 4194304 5787044 140735578148416 18446744073709551615 4349451 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 513056

[startup+6.30054 s]
/proc/loadavg: 7.65 7.96 8.04 11/186 8606
/proc/meminfo: memFree=26073944/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=504356 CPUtime=24.71 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 100774 0 0 0 2442 29 0 0 18 0 5 0 516854011 516460544 68552 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 126089 68552 418 389 0 121839 0
[pid=8600/tid=8602] ppid=8599 vsize=504356 CPUtime=6.17 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 19461 0 0 0 612 5 0 0 25 0 5 0 516854020 516460544 68552 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=504356 CPUtime=6.16 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 21549 0 0 0 609 7 0 0 25 0 5 0 516854022 516460544 68552 33554432000 4194304 5787044 140735578148416 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=504356 CPUtime=6.09 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 21545 0 0 0 603 6 0 0 25 0 5 0 516854024 516460544 68552 33554432000 4194304 5787044 140735578148416 18446744073709551615 5585293 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=504356 CPUtime=6.12 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 26014 0 0 0 604 8 0 0 25 0 5 0 516854026 516460544 68552 33554432000 4194304 5787044 140735578148416 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 513056

[startup+12.7004 s]
/proc/loadavg: 7.67 7.96 8.04 9/186 8606
/proc/meminfo: memFree=26069552/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=505688 CPUtime=50.26 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 101887 0 0 0 4996 30 0 0 18 0 5 0 516854011 517824512 69665 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 126422 69665 418 389 0 122172 0
[pid=8600/tid=8602] ppid=8599 vsize=505688 CPUtime=12.56 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 19682 0 0 0 1251 5 0 0 25 0 5 0 516854020 517824512 69665 33554432000 4194304 5787044 140735578148416 18446744073709551615 4692763 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=505688 CPUtime=12.55 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 21910 0 0 0 1248 7 0 0 25 0 5 0 516854022 517824512 69666 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=505688 CPUtime=12.44 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 21842 0 0 0 1238 6 0 0 25 0 5 0 516854024 517824512 69666 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=505688 CPUtime=12.52 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 26249 0 0 0 1244 8 0 0 25 0 5 0 516854026 517824512 69666 33554432000 4194304 5787044 140735578148416 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 514388

[startup+25.5062 s]
/proc/loadavg: 7.75 7.96 8.04 9/186 8606
/proc/meminfo: memFree=26039604/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=507300 CPUtime=101.39 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 105983 0 0 0 10106 33 0 0 18 0 5 0 516854011 519475200 73761 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 126825 73761 418 389 0 122575 0
[pid=8600/tid=8602] ppid=8599 vsize=507300 CPUtime=25.37 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 20400 0 0 0 2531 6 0 0 25 0 5 0 516854020 519475200 73761 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=507300 CPUtime=25.34 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 23809 0 0 0 2526 8 0 0 25 0 5 0 516854022 519475200 73761 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591241 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=507300 CPUtime=25.18 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 22853 0 0 0 2511 7 0 0 25 0 5 0 516854024 519475200 73761 33554432000 4194304 5787044 140735578148416 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=507300 CPUtime=25.32 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 26716 0 0 0 2524 8 0 0 25 0 5 0 516854026 519475200 73761 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527101 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 516000

[startup+51.1008 s]
/proc/loadavg: 7.91 7.98 8.04 9/186 8607
/proc/meminfo: memFree=25990864/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=514632 CPUtime=203.61 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 112720 0 0 0 20319 42 0 0 18 0 5 0 516854011 526983168 80496 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 128658 80496 418 389 0 124408 0
[pid=8600/tid=8602] ppid=8599 vsize=514632 CPUtime=50.97 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 21884 0 0 0 5088 9 0 0 25 0 5 0 516854020 526983168 80496 33554432000 4194304 5787044 140735578148416 18446744073709551615 5586779 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=514632 CPUtime=50.92 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 24712 0 0 0 5082 10 0 0 25 0 5 0 516854022 526983168 80496 33554432000 4194304 5787044 140735578148416 18446744073709551615 4228042 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=514632 CPUtime=50.62 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 24238 0 0 0 5053 9 0 0 25 0 5 0 516854024 526983168 80496 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=514632 CPUtime=50.92 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 29681 0 0 0 5081 11 0 0 25 0 5 0 516854026 526983168 80496 33554432000 4194304 5787044 140735578148416 18446744073709551615 4220930 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.61
Current children cumulated vsize (KiB) 523332

[startup+102.301 s]
/proc/loadavg: 8.00 8.00 8.04 9/186 8608
/proc/meminfo: memFree=25912616/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=586768 CPUtime=408.07 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 125882 0 0 0 40751 56 0 0 18 0 5 0 516854011 600850432 93571 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 146692 93571 418 389 0 142442 0
[pid=8600/tid=8602] ppid=8599 vsize=586768 CPUtime=102.17 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 24874 0 0 0 10204 13 0 0 25 0 5 0 516854020 600850432 93571 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=586768 CPUtime=102.1 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 27734 0 0 0 10198 12 0 0 25 0 5 0 516854022 600850432 93571 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=586768 CPUtime=101.53 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 26931 0 0 0 10140 13 0 0 25 0 5 0 516854024 600850432 93571 33554432000 4194304 5787044 140735578148416 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=586768 CPUtime=102.11 cores=0,2,4,6

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

/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 57495 0 0 0 88129 58 0 0 25 0 5 0 516854022 1096409088 208575 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591019 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1070712 CPUtime=881.26 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 44049 0 0 0 88090 36 0 0 25 0 5 0 516854024 1096409088 208575 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1070712 CPUtime=879.36 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 77444 0 0 0 87861 75 0 0 25 0 5 0 516854026 1096409088 208575 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3522.97
Current children cumulated vsize (KiB) 1079412

[startup+942.3 s]
/proc/loadavg: 8.11 8.12 8.09 9/186 8639
/proc/meminfo: memFree=25080396/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1070712 CPUtime=3762.57 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 248601 0 0 0 376030 227 0 0 18 0 5 0 516854011 1096409088 214355 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 267678 214355 418 389 0 263428 0
[pid=8600/tid=8602] ppid=8599 vsize=1070712 CPUtime=940.27 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 51629 0 0 0 93979 48 0 0 25 0 5 0 516854020 1096409088 214355 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1070712 CPUtime=941.86 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 58852 0 0 0 94127 59 0 0 25 0 5 0 516854022 1096409088 214355 33554432000 4194304 5787044 140735578148416 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1070712 CPUtime=941.23 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 45845 0 0 0 94085 38 0 0 25 0 5 0 516854024 1096409088 214355 33554432000 4194304 5787044 140735578148416 18446744073709551615 4220668 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1070712 CPUtime=939.03 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 80070 0 0 0 93825 78 0 0 25 0 5 0 516854026 1096409088 214355 33554432000 4194304 5787044 140735578148416 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3762.57
Current children cumulated vsize (KiB) 1079412

[startup+1002.31 s]
/proc/loadavg: 8.23 8.15 8.10 9/186 8641
/proc/meminfo: memFree=25012176/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1136248 CPUtime=4002.2 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 258421 0 0 0 399979 241 0 0 18 0 5 0 516854011 1163517952 224175 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 284062 224175 418 389 0 279812 0
[pid=8600/tid=8602] ppid=8599 vsize=1136248 CPUtime=1000.27 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 52083 0 0 0 99977 50 0 0 25 0 5 0 516854020 1163517952 224175 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1136248 CPUtime=1001.84 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 59879 0 0 0 100124 60 0 0 25 0 5 0 516854022 1163517952 224175 33554432000 4194304 5787044 140735578148416 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1136248 CPUtime=1001.22 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 49531 0 0 0 100078 44 0 0 25 0 5 0 516854024 1163517952 224175 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1136248 CPUtime=998.7 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 84723 0 0 0 99785 85 0 0 25 0 5 0 516854026 1163517952 224175 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.2
Current children cumulated vsize (KiB) 1144948

[startup+1062.3 s]
/proc/loadavg: 8.38 8.21 8.12 9/186 8646
/proc/meminfo: memFree=24927920/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1202000 CPUtime=4241.12 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 272673 0 0 0 423840 272 0 0 18 0 5 0 516854011 1230848000 238427 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 300500 238427 418 389 0 296250 0
[pid=8600/tid=8602] ppid=8599 vsize=1202000 CPUtime=1060.11 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 55848 0 0 0 105957 54 0 0 25 0 5 0 516854020 1230848000 238427 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1202000 CPUtime=1061.41 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 61559 0 0 0 106072 69 0 0 25 0 5 0 516854022 1230848000 238427 33554432000 4194304 5787044 140735578148416 18446744073709551615 5592012 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1202000 CPUtime=1060.96 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 52976 0 0 0 106045 51 0 0 25 0 5 0 516854024 1230848000 238427 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1202000 CPUtime=1058.47 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 90085 0 0 0 105752 95 0 0 25 0 5 0 516854026 1230848000 238427 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.12
Current children cumulated vsize (KiB) 1210700

[startup+1122.3 s]
/proc/loadavg: 8.28 8.20 8.12 9/186 8647
/proc/meminfo: memFree=24852000/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1267792 CPUtime=4480.71 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 283792 0 0 0 447783 288 0 0 18 0 5 0 516854011 1298219008 249321 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 316948 249321 418 389 0 312698 0
[pid=8600/tid=8602] ppid=8599 vsize=1267792 CPUtime=1120.11 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 56826 0 0 0 111955 56 0 0 25 0 5 0 516854020 1298219008 249321 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1267792 CPUtime=1121.36 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 64625 0 0 0 112064 72 0 0 25 0 5 0 516854022 1298219008 249321 33554432000 4194304 5787044 140735578148416 18446744073709551615 5590295 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1267792 CPUtime=1120.62 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 56176 0 0 0 112006 56 0 0 25 0 5 0 516854024 1298219008 249321 33554432000 4194304 5787044 140735578148416 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1267792 CPUtime=1118.45 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 93960 0 0 0 111744 101 0 0 25 0 5 0 516854026 1298219008 249321 33554432000 4194304 5787044 140735578148416 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4480.71
Current children cumulated vsize (KiB) 1276492

[startup+1182.3 s]
/proc/loadavg: 8.24 8.20 8.12 9/186 8649
/proc/meminfo: memFree=24798668/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1269920 CPUtime=4720.32 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 288772 0 0 0 471738 294 0 0 18 0 5 0 516854011 1300398080 254301 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 317480 254301 418 389 0 313230 0
[pid=8600/tid=8602] ppid=8599 vsize=1269920 CPUtime=1180.1 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 61320 0 0 0 117949 61 0 0 25 0 5 0 516854020 1300398080 254301 33554432000 4194304 5787044 140735578148416 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1269920 CPUtime=1181.32 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 64766 0 0 0 118060 72 0 0 25 0 5 0 516854022 1300398080 254301 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591225 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1269920 CPUtime=1180.29 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 56176 0 0 0 117973 56 0 0 25 0 5 0 516854024 1300398080 254301 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1269920 CPUtime=1178.44 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 94305 0 0 0 117742 102 0 0 25 0 5 0 516854026 1300398080 254301 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4720.32
Current children cumulated vsize (KiB) 1278620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.51 s]
/proc/loadavg: 7.92 8.12 8.09 9/186 8682
/proc/meminfo: memFree=25507036/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1269920 CPUtime=4800.18 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 290258 0 0 0 479710 308 0 0 18 0 5 0 516854011 1300398080 255787 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 317480 255787 418 389 0 313230 0
[pid=8600/tid=8602] ppid=8599 vsize=1269920 CPUtime=1200.31 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 62778 0 0 0 119966 65 0 0 25 0 5 0 516854020 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1269920 CPUtime=1201.18 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 64795 0 0 0 120044 74 0 0 25 0 5 0 516854022 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1269920 CPUtime=1200.38 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 56176 0 0 0 119982 56 0 0 25 0 5 0 516854024 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1269920 CPUtime=1198.13 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 94305 0 0 0 119703 110 0 0 25 0 5 0 516854026 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1278620

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1202.51 s]
/proc/loadavg: 7.92 8.12 8.09 9/186 8682
/proc/meminfo: memFree=25507036/32951132 swapFree=67111364/67111528
[pid=8599] ppid=8597 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8599/stat : 8599 (priss.sh) S 8597 8599 7814 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 516854011 8908800 251 33554432000 4194304 4922060 140733834908080 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8599/statm: 2175 251 211 178 0 68 0
[pid=8600] ppid=8599 vsize=1269920 CPUtime=4800.18 cores=0,2,4,6
/proc/8600/stat : 8600 (priss) S 8599 8599 7814 0 -1 4202496 290258 0 0 0 479710 308 0 0 18 0 5 0 516854011 1300398080 255787 33554432000 4194304 5787044 140735578148416 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8600/statm: 317480 255787 418 389 0 313230 0
[pid=8600/tid=8602] ppid=8599 vsize=1269920 CPUtime=1200.31 cores=0,2,4,6
/proc/8600/task/8602/stat : 8602 (priss) R 8599 8599 7814 0 -1 4202560 62778 0 0 0 119966 65 0 0 25 0 5 0 516854020 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 242970211361 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=8600/tid=8603] ppid=8599 vsize=1269920 CPUtime=1201.18 cores=0,2,4,6
/proc/8600/task/8603/stat : 8603 (priss) R 8599 8599 7814 0 -1 4202560 64795 0 0 0 120044 74 0 0 25 0 5 0 516854022 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8600/tid=8604] ppid=8599 vsize=1269920 CPUtime=1200.38 cores=0,2,4,6
/proc/8600/task/8604/stat : 8604 (priss) R 8599 8599 7814 0 -1 4202560 56176 0 0 0 119982 56 0 0 25 0 5 0 516854024 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8600/tid=8605] ppid=8599 vsize=1269920 CPUtime=1198.13 cores=0,2,4,6
/proc/8600/task/8605/stat : 8605 (priss) R 8599 8599 7814 0 -1 4202560 94305 0 0 0 119703 110 0 0 25 0 5 0 516854026 1300398080 255788 33554432000 4194304 5787044 140735578148416 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1278620

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8599 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.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1202.52
CPU time (s): 4800.18
CPU user time (s): 4797.1
CPU system time (s): 3.08
CPU usage (%): 399.176
Max. virtual memory (cumulated for all children) (KiB): 1278620

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

runsolver used 1.78473 second user time and 4.78827 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 06:49:14
IDJOB=3288837
IDBENCH=83107
IDSOLVER=1603
FILE ID=node128/3288837-1304052553
RUNJOBID= node128-1304045274-7832
PBS_JOBID= 13170398
Free space on /tmp= 66964 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1215919577

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26350652 kB
Buffers:       1267712 kB
Cached:        4387472 kB
SwapCached:        160 kB
Active:         533884 kB
Inactive:      5480172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26350652 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11600 kB
Writeback:           0 kB
AnonPages:      358700 kB
Mapped:          15912 kB
Slab:           523716 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   566336 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 07:09:18