Trace number 3289481

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.04 1202.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

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: 8677
0.00/0.02	c parsetime: 20590us
0.00/0.02	c parsed 76038 clauses with 22886 variables
0.00/0.03	c NW started thread 0 successfully (1088211264)
0.00/0.03	c NW started thread 1 successfully (1098701120)
0.00/0.04	c NW started thread 2 successfully (1109190976)
0.00/0.04	c NW started thread 3 successfully (1119680832)
0.00/0.56	c preprocessor returned 22886 variables
0.00/0.56	c preprocessing returned UNKNOWN
0.00/0.56	c PP set 878 variables
0.00/0.56	c pp time: 512066us (0s)
0.00/0.56	c preprocessor returned 22886 variables
0.00/0.56	c preprocessing returned UNKNOWN
0.00/0.56	c PP set 878 variables
0.00/0.56	c pp time: 509176us (0s)
0.00/0.56	c preprocessor returned 22886 variables
0.00/0.56	c preprocessing returned UNKNOWN
0.00/0.56	c PP set 878 variables
0.00/0.56	c pp time: 505401us (0s)
9.86/2.57	c added unsatisfied clause
9.86/2.57	c failed to add network clauses
15.04/3.83	c preprocessor returned 30001 variables
15.04/3.83	c preprocessing returned UNKNOWN
15.04/3.83	c PP set 872 variables
15.04/3.83	c pp time: 3779390us (3s)
15.44/3.90	c HTE
15.44/3.93	c subsumption
15.44/3.96	c simplified formula contains 0 unit clauses
22.23/5.67	c added unsatisfied clause
22.23/5.67	c failed to add network clauses
30.62/7.70	c added unsatisfied clause
30.62/7.70	c failed to add network clauses
74.51/18.71	c added unsatisfied clause
74.51/18.71	c failed to add network clauses
90.17/22.89	c added unsatisfied clause
90.17/22.89	c failed to add network clauses
889.49/223.08	c added unsatisfied clause
889.49/223.08	c failed to add network clauses
1919.97/481.08	c added unsatisfied clause
1919.97/481.08	c failed to add network clauses
2087.33/522.97	c added unsatisfied clause
2087.33/522.97	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-3289481-1304053739/watcher-3289481-1304053739 -o /tmp/evaluation-result-3289481-1304053739/solver-3289481-1304053739 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3289481-1304053739.cnf 731616293 4800 15500 4 

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

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


[startup+0 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0

[startup+0.01923 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.175635 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.360705 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.174 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.57393 s]
/proc/loadavg: 7.90 8.13 8.10 5/180 8676
/proc/meminfo: memFree=25627500/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10067 s]
/proc/loadavg: 7.90 8.13 8.10 9/186 8682
/proc/meminfo: memFree=25537268/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=369240 CPUtime=12.25 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 28742 0 0 0 1212 13 0 0 19 0 5 0 516972567 378101760 22494 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 92310 22494 405 389 0 88060 0
[pid=8677/tid=8679] ppid=8676 vsize=369240 CPUtime=3.04 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 7502 0 0 0 301 3 0 0 24 0 5 0 516972570 378101760 22494 33554432000 4194304 5787044 140734904111616 18446744073709551615 5586640 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=369240 CPUtime=3.05 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 6782 0 0 0 302 3 0 0 23 0 5 0 516972571 378101760 22494 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=369240 CPUtime=3.04 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 5188 0 0 0 302 2 0 0 22 0 5 0 516972571 378101760 22494 33554432000 4194304 5787044 140734904111616 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=369240 CPUtime=3.03 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 5244 0 0 0 301 2 0 0 23 0 5 0 516972572 378101760 22494 33554432000 4194304 5787044 140734904111616 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 377940

[startup+6.30712 s]
/proc/loadavg: 7.91 8.12 8.10 9/186 8682
/proc/meminfo: memFree=25524744/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=369240 CPUtime=25.05 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 33025 0 0 0 2491 14 0 0 19 0 5 0 516972567 378101760 25332 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 92310 25332 419 389 0 88060 0
[pid=8677/tid=8679] ppid=8676 vsize=369240 CPUtime=6.23 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 7600 0 0 0 619 4 0 0 25 0 5 0 516972570 378101760 25332 33554432000 4194304 5787044 140734904111616 18446744073709551615 5576432 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=369240 CPUtime=6.25 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 6950 0 0 0 622 3 0 0 25 0 5 0 516972571 378101760 25332 33554432000 4194304 5787044 140734904111616 18446744073709551615 4254922 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=369240 CPUtime=6.25 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 5188 0 0 0 623 2 0 0 25 0 5 0 516972571 378101760 25332 33554432000 4194304 5787044 140734904111616 18446744073709551615 5588013 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=369240 CPUtime=6.24 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 9261 0 0 0 621 3 0 0 25 0 5 0 516972572 378101760 25332 33554432000 4194304 5787044 140734904111616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 377940

[startup+12.701 s]
/proc/loadavg: 7.92 8.12 8.09 9/186 8682
/proc/meminfo: memFree=25514600/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=374196 CPUtime=50.59 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 35246 0 0 0 5042 17 0 0 19 0 5 0 516972567 383176704 27553 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 93549 27553 419 389 0 89299 0
[pid=8677/tid=8679] ppid=8676 vsize=374196 CPUtime=12.59 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 7768 0 0 0 1255 4 0 0 25 0 5 0 516972570 383176704 27553 33554432000 4194304 5787044 140734904111616 18446744073709551615 5576436 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=374196 CPUtime=12.65 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 7487 0 0 0 1261 4 0 0 25 0 5 0 516972571 383176704 27553 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591359 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=374196 CPUtime=12.64 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 5262 0 0 0 1262 2 0 0 25 0 5 0 516972571 383176704 27553 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591741 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=374196 CPUtime=12.63 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 10703 0 0 0 1259 4 0 0 25 0 5 0 516972572 383176704 27553 33554432000 4194304 5787044 140734904111616 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 382896

[startup+25.5008 s]
/proc/loadavg: 7.71 8.06 8.08 9/186 8716
/proc/meminfo: memFree=26382476/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=375352 CPUtime=100.69 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 38764 0 0 0 10026 43 0 0 19 0 5 0 516972567 384360448 31071 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 93838 31071 419 389 0 89588 0
[pid=8677/tid=8679] ppid=8676 vsize=375352 CPUtime=25.31 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 8407 0 0 0 2526 5 0 0 25 0 5 0 516972570 384360448 31071 33554432000 4194304 5787044 140734904111616 18446744073709551615 5586627 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=375352 CPUtime=24.76 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 8484 0 0 0 2454 22 0 0 25 0 5 0 516972571 384360448 31071 33554432000 4194304 5787044 140734904111616 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=375352 CPUtime=25.44 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 6561 0 0 0 2537 7 0 0 25 0 5 0 516972571 384360448 31071 33554432000 4194304 5787044 140734904111616 18446744073709551615 4254531 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=375352 CPUtime=25.1 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 11286 0 0 0 2504 6 0 0 25 0 5 0 516972572 384360448 31071 33554432000 4194304 5787044 140734904111616 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 384052

[startup+51.1004 s]
/proc/loadavg: 7.81 8.06 8.07 9/186 8716
/proc/meminfo: memFree=26325384/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=384664 CPUtime=202.92 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 45255 0 0 0 20237 55 0 0 19 0 5 0 516972567 393895936 37559 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 96166 37559 419 389 0 91916 0
[pid=8677/tid=8679] ppid=8676 vsize=384664 CPUtime=50.77 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 8735 0 0 0 5071 6 0 0 25 0 5 0 516972570 393895936 37559 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=384664 CPUtime=50.34 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 10815 0 0 0 5006 28 0 0 25 0 5 0 516972571 393895936 37559 33554432000 4194304 5787044 140734904111616 18446744073709551615 5592127 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=384664 CPUtime=51.03 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 8796 0 0 0 5093 10 0 0 25 0 5 0 516972571 393895936 37559 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=384664 CPUtime=50.69 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 12883 0 0 0 5061 8 0 0 25 0 5 0 516972572 393895936 37559 33554432000 4194304 5787044 140734904111616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.92
Current children cumulated vsize (KiB) 393364

[startup+102.301 s]
/proc/loadavg: 7.97 8.06 8.07 9/186 8718
/proc/meminfo: memFree=26213648/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=401096 CPUtime=407.38 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 55961 0 0 0 40668 70 0 0 19 0 5 0 516972567 410722304 48197 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 100274 48197 419 389 0 96024 0
[pid=8677/tid=8679] ppid=8676 vsize=401096 CPUtime=101.73 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 11333 0 0 0 10166 7 0 0 25 0 5 0 516972570 410722304 48197 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=401096 CPUtime=101.46 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 13219 0 0 0 10112 34 0 0 25 0 5 0 516972571 410722304 48197 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=401096 CPUtime=102.23 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 11643 0 0 0 10209 14 0 0 25 0 5 0 516972571 410722304 48197 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=401096 CPUtime=101.88 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 15740 0 0 0 10175 13 0 0 25 0 5 0 516972572 410722304 48197 33554432000 4194304 5787044 140734904111616 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.38
Current children cumulated vsize (KiB) 409796

[startup+162.301 s]
/proc/loadavg: 8.02 8.06 8.07 9/186 8719
/proc/meminfo: memFree=26142084/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=410264 CPUtime=647.04 cores=1,3,5,7

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

/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 31606 0 0 0 81712 64 0 0 25 0 5 0 516972571 692269056 109665 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=676044 CPUtime=822.04 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 22988 0 0 0 82175 29 0 0 25 0 5 0 516972571 692269056 109665 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=676044 CPUtime=821.66 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 35070 0 0 0 82130 36 0 0 25 0 5 0 516972572 692269056 109665 33554432000 4194304 5787044 140734904111616 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3283.27
Current children cumulated vsize (KiB) 684744

[startup+882.301 s]
/proc/loadavg: 8.08 8.12 8.09 9/186 8738
/proc/meminfo: memFree=25579132/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=680524 CPUtime=3522.93 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 120400 0 0 0 352135 158 0 0 19 0 5 0 516972567 696856576 111793 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 170131 111793 419 389 0 165881 0
[pid=8677/tid=8679] ppid=8676 vsize=680524 CPUtime=881.72 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 25307 0 0 0 88145 27 0 0 25 0 5 0 516972570 696856576 111793 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=680524 CPUtime=877.76 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 31723 0 0 0 87712 64 0 0 25 0 5 0 516972571 696856576 111793 33554432000 4194304 5787044 140734904111616 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=680524 CPUtime=882.04 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 23072 0 0 0 88175 29 0 0 25 0 5 0 516972571 696856576 111793 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=680524 CPUtime=881.33 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 36272 0 0 0 88097 36 0 0 25 0 5 0 516972572 696856576 111793 33554432000 4194304 5787044 140734904111616 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3522.93
Current children cumulated vsize (KiB) 689224

[startup+942.301 s]
/proc/loadavg: 8.06 8.11 8.09 9/186 8740
/proc/meminfo: memFree=25534600/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=752912 CPUtime=3762.63 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 126255 0 0 0 376094 169 0 0 19 0 5 0 516972567 770981888 117648 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 188228 117648 419 389 0 183978 0
[pid=8677/tid=8679] ppid=8676 vsize=752912 CPUtime=941.73 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 27116 0 0 0 94142 31 0 0 25 0 5 0 516972570 770981888 117648 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=752912 CPUtime=937.77 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 32634 0 0 0 93711 66 0 0 25 0 5 0 516972571 770981888 117648 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=752912 CPUtime=942.05 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 24586 0 0 0 94172 33 0 0 25 0 5 0 516972571 770981888 117648 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=752912 CPUtime=941.01 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 37893 0 0 0 94064 37 0 0 25 0 5 0 516972572 770981888 117648 33554432000 4194304 5787044 140734904111616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3762.63
Current children cumulated vsize (KiB) 761612

[startup+1002.3 s]
/proc/loadavg: 8.02 8.09 8.08 9/186 8742
/proc/meminfo: memFree=25476808/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=765084 CPUtime=4002.28 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 133961 0 0 0 400047 181 0 0 19 0 5 0 516972567 783446016 125354 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 191271 125354 419 389 0 187021 0
[pid=8677/tid=8679] ppid=8676 vsize=765084 CPUtime=1001.72 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 29680 0 0 0 100138 34 0 0 25 0 5 0 516972570 783446016 125354 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=765084 CPUtime=997.76 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 34199 0 0 0 99708 68 0 0 25 0 5 0 516972571 783446016 125354 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=765084 CPUtime=1002.05 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 26248 0 0 0 100167 38 0 0 25 0 5 0 516972571 783446016 125354 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=765084 CPUtime=1000.68 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 39808 0 0 0 100029 39 0 0 25 0 5 0 516972572 783446016 125354 33554432000 4194304 5787044 140734904111616 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4002.28
Current children cumulated vsize (KiB) 773784

[startup+1062.31 s]
/proc/loadavg: 8.01 8.07 8.08 9/186 8743
/proc/meminfo: memFree=25433508/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=774796 CPUtime=4241.98 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 141196 0 0 0 424008 190 0 0 19 0 5 0 516972567 793391104 132384 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 193699 132384 419 389 0 189449 0
[pid=8677/tid=8679] ppid=8676 vsize=774796 CPUtime=1061.74 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 31271 0 0 0 106137 37 0 0 25 0 5 0 516972570 793391104 132384 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591999 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=774796 CPUtime=1057.77 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 35909 0 0 0 105706 71 0 0 25 0 5 0 516972571 793391104 132384 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=774796 CPUtime=1062.06 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 28624 0 0 0 106165 41 0 0 25 0 5 0 516972571 793391104 132384 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=774796 CPUtime=1060.35 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 41366 0 0 0 105995 40 0 0 25 0 5 0 516972572 793391104 132384 33554432000 4194304 5787044 140734904111616 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4241.98
Current children cumulated vsize (KiB) 783496

[startup+1122.3 s]
/proc/loadavg: 8.13 8.09 8.08 9/186 8745
/proc/meminfo: memFree=25421844/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=774796 CPUtime=4481.63 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 144226 0 0 0 447968 195 0 0 19 0 5 0 516972567 793391104 135212 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 193699 135212 419 389 0 189449 0
[pid=8677/tid=8679] ppid=8676 vsize=774796 CPUtime=1121.72 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 32424 0 0 0 112134 38 0 0 25 0 5 0 516972570 793391104 135212 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=774796 CPUtime=1117.77 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 35910 0 0 0 111706 71 0 0 25 0 5 0 516972571 793391104 135212 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=774796 CPUtime=1122.05 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 30006 0 0 0 112161 44 0 0 25 0 5 0 516972571 793391104 135212 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=774796 CPUtime=1120.02 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 41860 0 0 0 111962 40 0 0 25 0 5 0 516972572 793391104 135212 33554432000 4194304 5787044 140734904111616 18446744073709551615 5528421 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4481.63
Current children cumulated vsize (KiB) 783496

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 8.08 9/186 8746
/proc/meminfo: memFree=25414136/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=774796 CPUtime=4721.31 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 146190 0 0 0 471932 199 0 0 19 0 5 0 516972567 793391104 136971 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 193699 136971 419 389 0 189449 0
[pid=8677/tid=8679] ppid=8676 vsize=774796 CPUtime=1181.72 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 32424 0 0 0 118134 38 0 0 25 0 5 0 516972570 793391104 136971 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=774796 CPUtime=1177.77 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 35912 0 0 0 117706 71 0 0 25 0 5 0 516972571 793391104 136971 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=774796 CPUtime=1182.05 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 31419 0 0 0 118158 47 0 0 25 0 5 0 516972571 793391104 136971 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=774796 CPUtime=1179.69 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 42409 0 0 0 117928 41 0 0 25 0 5 0 516972572 793391104 136971 33554432000 4194304 5787044 140734904111616 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.31
Current children cumulated vsize (KiB) 783496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.01 s]
/proc/loadavg: 8.19 8.11 8.09 9/186 8747
/proc/meminfo: memFree=25413016/32951132 swapFree=67111364/67111528
[pid=8676] ppid=8674 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8676/stat : 8676 (priss.sh) S 8674 8676 7814 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 516972567 8908800 252 33554432000 4194304 4922060 140737043750816 18446744073709551615 242970369157 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/8676/statm: 2175 252 211 178 0 68 0
[pid=8677] ppid=8676 vsize=774796 CPUtime=4800.04 cores=1,3,5,7
/proc/8677/stat : 8677 (priss) S 8676 8676 7814 0 -1 4202496 146517 0 0 0 479805 199 0 0 19 0 5 0 516972567 793391104 137093 33554432000 4194304 5787044 140734904111616 18446744073709551615 242982373809 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/8677/statm: 193699 137093 419 389 0 189449 0
[pid=8677/tid=8679] ppid=8676 vsize=774796 CPUtime=1201.44 cores=1,3,5,7
/proc/8677/task/8679/stat : 8679 (priss) R 8676 8676 7814 0 -1 4202560 32424 0 0 0 120106 38 0 0 25 0 5 0 516972570 793391104 137093 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=8677/tid=8680] ppid=8676 vsize=774796 CPUtime=1197.48 cores=1,3,5,7
/proc/8677/task/8680/stat : 8680 (priss) R 8676 8676 7814 0 -1 4202560 35912 0 0 0 119677 71 0 0 25 0 5 0 516972571 793391104 137093 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8677/tid=8681] ppid=8676 vsize=774796 CPUtime=1201.76 cores=1,3,5,7
/proc/8677/task/8681/stat : 8681 (priss) R 8676 8676 7814 0 -1 4202560 31746 0 0 0 120129 47 0 0 25 0 5 0 516972571 793391104 137093 33554432000 4194304 5787044 140734904111616 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=8677/tid=8682] ppid=8676 vsize=774796 CPUtime=1199.29 cores=1,3,5,7
/proc/8677/task/8682/stat : 8682 (priss) R 8676 8676 7814 0 -1 4202560 42409 0 0 0 119888 41 0 0 25 0 5 0 516972572 793391104 137093 33554432000 4194304 5787044 140734904111616 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 783496

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

Real time (s): 1202.03
CPU time (s): 4800.04
CPU user time (s): 4798.05
CPU system time (s): 1.99
CPU usage (%): 399.329
Max. virtual memory (cumulated for all children) (KiB): 783496

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= 332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3

runsolver used 1.53177 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 07:08:59
IDJOB=3289481
IDBENCH=83125
IDSOLVER=1603
FILE ID=node128/3289481-1304053739
RUNJOBID= node128-1304045274-7833
PBS_JOBID= 13170398
Free space on /tmp= 66968 MiB

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

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=731616293

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:      25627648 kB
Buffers:       1268016 kB
Cached:        4384480 kB
SwapCached:        160 kB
Active:        1257076 kB
Inactive:      5479436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      25627648 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2768 kB
Writeback:           0 kB
AnonPages:     1083584 kB
Mapped:          15912 kB
Slab:           523164 kB
PageTables:       6484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1296968 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= 66968 MiB
End job on node128 at 2011-04-29 07:29:03